#toTop {
  background: none repeat scroll 0 0 #000000;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  color: #FFFFFF;
  display: none;
  height: 40px;
  line-height: 55px;
  opacity: 0.65;
  position: fixed;
  right: 10px;
  text-align: center;
  top: 46%;
  width: 60px;
  z-index: 21;
  outline: medium none;
  text-decoration: none;
}

#toTopArrow {
  left: 19px;
  position: absolute;
  top: 6px;
}