<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main {
    background-image: none !important;
}

#data-area {
    overflow: auto;
    float: none;
    margin: auto;
}

table.data-table th, table.data-table td {
    border: 1px solid #FFFFFF;
}
table.data-table th.text-left {
    text-align: left;
    padding-left: 10px;
}
.col1 {
    width: 24px;
}
table.data-table .special {
    color: #FFFFFF;
    background-color: #a349a4;
}
table.data-table .warning {
    background-color: #ffbbbb;
}
table.data-table .warning.th1 {
    background-color: #ff7777;
}
table.data-table .advisory {
    background-color: #ffff99;
}
table.data-table .advisory.th1 {
    background-color: #ffff00;
}
table.data-table .exclude {
    background-color: #E0E0E0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
}
table.data-table td {
    text-align: center;
}
.hidden {
    display: none;
}</pre></body></html>