<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ttip {
    z-index: 100;
    visibility: hidden;
    position: absolute;
    width: 300px;
    border: 1px solid grey;
    padding: 2px;
    background-color: lightyellow;
    font-size: 8pt;
}

a.ttiphelp, .ttiphelp {
    vertical-align: super;
    font-size: 0.7em;
    font-weight: bold;
    color: red;
    padding-left: 1px;
}

a.ttiphelp, .ttiphelp, .black {
    color: black;
}

a.ttiphelp, .ttiphelp, .grey {
    color: grey;
}

a.noahref, a.noahref:hover {
    text-decoration: none;
    color: black;
}

a.noahref_red, a.noahref_red:hover {
    color: red;
}</pre></body></html>