<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.first-nav{
    width: 100% !important;
}

.navbar-toggler{
    display: none!important;
}

@media (min-width: 768px) {
    .avatar, .dropdown {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-sm .navbar-toggler {
        display: block !important;
    }
    .collapse:not(.show) {
        display: none !important;
    }
}
.text.text-second.year.active {
    color: #000;
    background-color: rgba(235, 100, 0, 0.3);
}
.text.text-second.team.active {
    color: #000;
    background-color: rgba(235, 100, 0, 0.3);
}</pre></body></html>