<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#menu_footer .RadMenu {
    width: 100% !important;
    height: auto !important;
}
#menu_footer .link_footer {
    color: #fff;
    padding: 10px 0 !important;
    font-size: 20px;
    transition:0.2s;
}
#menu_footer .link_footer:hover  {
    color: #2ce0d5;
    transition:0.2s;
    text-decoration:none;
}
#menu_footer .selected_footer  {
    color: #2ce0d5;
    text-decoration:none;
}
@media screen and (max-width: 1200px) {
#menu_footer .link_footer{font-size:16px;}
}

</pre></body></html>