<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.submenu-box {
    position:absolute;
    display:block;
    z-index:1000;
    background: #343434;
    max-width: 160px;
}

#tooltip-profile-image-thumb {
    z-index: 9999;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.sf_table thead tr th:first-child, .sf_table tbody tr td:first-child{
    padding-left: 3px;
}

.sf_table {
    font-size:12px;
    color: white;
}
.sf_table thead {
    background-color:#000000;
    font-weight:bold;
}

.sf_table th {
    border-bottom: 1px solid white;
    text-align: left;
}

.sf_table td {
    color: white;
    font-size: 12px;
}

.sf_table .even td {
    background-color:#e16b09;
}

.sf_table .odd td {
    background-color:#d79244;
}</pre></body></html>