<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* top page search box */
.ui-widget-content {
    border: 1px solid #D2E1E6 !important;
    background: #FFFFFF !important;
    color: #000000 !important;
}

.ui-menu .ui-menu-item a {
    font-size: 12px !important;
}

.ui-state-focus {
    border: 1px solid #00A0E6 !important;
    background: #E6FAFA !important;
    color: #00A0E6 !important;
}
</pre></body></html>