<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
table {
    border-collapse: collapse;
    background-color: rgba(220, 220, 220, 1);
}

thead {
    background-color: rgb(83, 113, 204);
    color: white;
}

th {
    padding: 8px;
    text-align: left;
}

:not(thead) &gt; tr:not(.divider):nth-child(even) {
    background-color: rgba(83, 113, 204, 0.2);
}

:not(thead) &gt; tr:not(.divider):nth-child(odd) {
    background-color: rgba(255, 255, 255, .8);
}

:not(thead) &gt; tr:not(.divider):hover {
    /*background-color:#f5f5f5*/
}

tr.divider {
/*    background-color: grey;*/
}

td {
    padding: 8px;
    text-align: left;
    /*border-bottom: 1px solid #ddd;*/
}

#data-table-loader {
    /*width: 120px;*/
    /*height: 120px;*/
    margin: auto;
    position: relative;
    z-index: 1;
    color: rgb(83, 113, 204);
}

</pre></body></html>