#pageTop {
  position: fixed;
  bottom: 5px;
  right: 10px;
}


#pageTop i {
  padding-top: 4px;
  padding-right: 8px;
}


#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #A0C0EE;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}


#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
