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

#backtotop.visible {
    visibility: visible;
    opacity: 1;
}
#backtotop {
    background-color: #6b6a6a;
}
#backtotop {
    z-index: 99;
    display: inline-block;
    position: fixed;
    visibility: hidden;
    bottom: 62px;
    right: 12px;
    width: 42px;
    height: 42px;
    line-height: 42px;
/*    border-radius: 5px;*/
    font-size: 20px;
    text-align: center;
    opacity: .2;
}
#backtotop {
    transition: all .3s ease-in-out;
}