#spotlight .autofit {
    /*display: none !important;*/
}
#spotlight * {
    cursor: pointer;
}
#spotlight .theme {
    display: none !important;
}
#spotlight .header div {
    width: 50px!important;
}
#spotlight .footer {
    width: 100%!important;
    bottom: 0!important;
    line-height: 2!important;
    padding: 0!important;
    text-align: center!important;
}
#spotlight {
    background-color: rgb(0 0 0 / 76%)!important;
}
@media screen and (max-width: 800px) {
    #spotlight .header div {
        width: 20px!important;
        padding-right: 12px!important;
    }
}