<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#no-bg-wrapper {
    background-color: rgb(255,255,255);
}

nav#nav ul ul,
.dropotron {
    background-color: rgba(54, 103, 159, 0.9);
}

#header {
    background: rgba(43, 58, 101,0.9);
}

.header-no-banner #header {
    /* header without background image */
}

/* boxes on the first page */
#gb .bbx {
    background-color: rgba(54, 103, 159, 0.85) !important;
}

.aboxes .actbox {
    background-color: rgba(52,103,152, 0.85);
}

.aboxes .actbox:hover {
    background-color: rgba(52,103,152, 1);
}

/* management request */
.mgmtquote {
    background-color: #293449 !important;
}
</pre></body></html>