<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width:1280px) {
    
}

@media (min-width:1024px) and (max-width:1279px) {

.menu li a {
    padding: 2px 7px 7px 7px !important;
    font-size: 16px !important;
}

}

@media (min-width:768px) and (max-width:1023px) {
    
}

@media (min-width:480px) and (max-width:767px) {
    
}

@media screen and (max-width:479px) {
    
}

@media only screen and (max-width:320px) {
    
}

@media only screen and (max-width:767px) {
    
}</pre></body></html>