<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';

table {
    width: 100%;
}

tr:nth-child(odd) td {
    background-color: #eee;
}

th {
    padding: .5em 1em;
    background-color: #b80607;
    color: #fff;
}
td {
    padding: 1em;
    text-align: center;
}

.place {
    color: #888
}

.score {
    margin: 0 .2em;
    font-size: 1.6em;
    font-style: italic;
}</pre></body></html>