#quickscroll {
  color: #FFFFFF;
  border: solid 1px #000000;
  text-align: center;
  border-radius: 10px;
  position: fixed;
  cursor: pointer;
  display: inline-block;
  opacity: 0;
  text-align: center;
  background-color: #981B20;
  z-index: 3;
  padding: 6px;
  padding-top: 4px;
  padding-bottom: 6px;
  font-size: 120%;
  vertical-align: top;
  transition: opacity 100ms linear 0s;
  bottom: 12px;
  right: 18px;
  z-index: 999; }

#quickscroll:hover {
  background-color: #D7D8D9;
  color: #981B20; }
