/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
.blockvmenuhelp > a {
    color: #314343 !important;
}
.blockvmenuhelp > a:hover {
    color: #f2f2f2 !important;
}
@media screen and (max-width: 767px) {
    div.description {
        background: #333 !important;
        padding: 4px 3px !important;
    }
}