<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header.navbar {
    margin-bottom: 0;
}

#header.slightlylimitwidth {
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    /* On small screens, this "unfixes" the fixed header. */
    .navbar-fixed-top {
        position: relative;
    }
}</pre></body></html>