<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.table tbody {
    font-size: 12px !important;
}

.table th, .table td {
    padding: 0.25rem !important;
    width: auto;
}
.table span.draw, .table span.loss, .table span.victory {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 20px;
}
.table span.victory {
    background: #32b31b;
}
.table span.draw {
    background: #efe322;
}
.table span.loss {
    background: #d92026;
}</pre></body></html>