<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#navigationContainer {
    background-color: #C0C0C0;
    border-bottom: solid 1px Black;
    padding: 10px 0px;
}

.headerButton {
    text-decoration: none;
    padding: 3px 10px;
    border-radius: 8px;
    background-color: #005F86;
    color: #fff;
    cursor: pointer;
    padding-top: 6px;
    padding-bottom: 5px;
    font-size: 16px;
}</pre></body></html>