@charset "UTF-8" ;

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop i {
  padding-top: 6px
}
 
#pageTop a {
    display: block;
    z-index: 999;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    background-color: #880000;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
 
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
    padding-bottom: 4px;
}