<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.results {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.sportsClass td:first-child {
        width: 20%;
}
.sportsClass td {
    width: 10%;
}
.sportsClass summary {
    cursor: pointer;
}

.sportsClass {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.sportsClass h2{
    margin: 0;
}

.results-count {
    margin: 1em 0;
    color: #4d4d4d;
}

.disclaimer {
    margin-top: 2em;
    background-color: #eeeeee;
    padding: 20px;
}

table {
    margin-top: 1em;
    text-align: left;
}
table th, table tr:nth-child(even) {
    background: #f5f5f5;
}
table thead {
    font-weight: bold;
}
table th {
    padding: 0.5em;
}
table td {
    padding: 1.1em 0.5em;
}

.resultLink {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    max-width: 60ch;
    text-overflow: ellipsis;
}

.tableContainer {
    width: 100%;
    overflow-x: auto;
}

.details {
    max-width: 70ch;
    line-height: 1.4em;
}
</pre></body></html>