<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#banner-tabs-menu .nav-item .nav-link {
    background-color: white !important;
    color: #555555;
}

#banner-tabs-menu .nav-item .nav-link.active {
    background-color: #555555 !important;
    color: white;
}

#banner-tabs-menu .nav-item .nav-link .power-outage-tab-text {
    color: #E03B24;
}

#banner-tabs-menu .nav-item .nav-link.active .power-outage-tab-text {
    color: white;
}

#banner-tabs-menu .nav-item .nav-link.active svg {
    fill: white !important;
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 768px) {
    .border-md-left {
        border-left: 1px white solid;
    }
}
</pre></body></html>