<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.competition-bg {
    background: url("/assets/images/background/competition_image.png") no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -99;
}

tbody tr:hover {
    background-color: #e7f0f538 !important;
}

.rank_thead th {
    margin: 5px;
    background-color: #1284D2;
    cursor: pointer;
}

.list-ct {
    width: 100%;
    padding: 0 234px;
}

table {
    background-color: transparent !important;
}

thead tr {
    background-color: #1287D6;
}

thead tr:hover {
    background-color: #1287D6;
}

tbody tr td {
    border-bottom: solid 1px #888;
}

th {
    background-color: transparent
}</pre></body></html>