@charset "UTF-8";
/* CSS Document */

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 30px;
}

#pageTop i {
  padding-top: 6px
}

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

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