﻿#toTop {
    background: #CCCCCC;
    color: #FFFFFF;
}

#toTopHover {
    background: #CCCCCC;
}

#toTop, #toTopHover {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

#toTop:active, #toTop:focus {
    outline: none;
}

#toTop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

#toTopHover {
    display: block;
    opacity: 0;
}

#toTop i {
    position: fixed;
    bottom: 29px;
    right: 28px;
    z-index: 200;
}