div#totop {
    position: fixed;
    bottom: 50px;
    right: 0px;
    background: rgba(225, 127, 0, 0.8);
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
    font-size: 11px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

div#totop div {
    padding: 6px 12px;
}
div#totop a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
div#totop:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: rgba(51, 122, 183, 0.9);
}
