/* Stili personalizzati per il backtotop */
#backtotop a {
    background-color: #2b2b2b !important;
    color: #fff !important;
}

#backtotop a:after {
    color: #fff !important;
}

#backtotop a:hover {
    background-color: #404040 !important;
    color: #fff !important;
}

#backtotop a:hover:after {
    color: #fff !important;
} 