<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add here all your css styles (customizations) */

@media (min-width: 992px) and (max-width:1199px ) {


    .header .navbar-nav &gt; li &gt; a {
        bottom: -2px;
        position: relative;
        padding: 9px 18px 9px 13px;
    }

    .header .dropdown &gt; a:after {
        right: 7px
    }</pre></body></html>