<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dijitMenuItem {
    padding: 0!important;
    width: 180px;
}

a {
    text-decoration: none;
}

.webmaptitle {
    font-family: Verdana, tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: Navy;
    white-space: pre-wrap;
    /* CSS3 */
    white-space: -moz-pre-wrap;
    /* Firefox */
    white-space: -pre-wrap;
    /* Opera &lt;7 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    overflow-wrap: break-word!important;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    /* IE */
    word-break: hyphenate;
}

.dijitComboBox .dijitArrowButtonInner {
    background-position: -35px 53%!important;
    border: none!important;
    padding-bottom: 2px!important;
}

#authorNode_popup,
#tagNode_popup {
    font-family: Verdana;
    font-size: 8pt;
}</pre></body></html>