<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">tr.comp_row_status_closed, tr.comp_row_status_ended {
    color: #787878;
}

tr.comp_row_status_closed a, tr.comp_row_status_ended a {
    color: #548f8f;
}

.submission_completed, .judging_done {
    background-color: #a0ffa0;
}

.submission_open {
    background-color: #ffa050;
}

.submission_open a, .submission_open a:visited {
    color: black;
}

.submission_message {
    border: 1px solid #e6dbce;
    padding: 0 0.5rem;
    margin: 0.4rem 0 0.8rem 0;
}

.withdrawn_message {
    background-color: #f1ebe4;
    border: 1px solid #e6dbce;
    padding: 0.3rem 0.5rem;
    font-weight: bold;
    color: red;
}

table.compentry_table {
    width: 100%;
}

table.compentry_table tr td {
    padding: 0.8rem 0.8rem !important;
}

table.compentry_table tr th {
    font-weight: normal;
    padding: 0.3rem 0.8rem !important;
}

table.compentry_table .entrycontent {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid #e6dbce;
}

table.compentry_table .entrycontent p {
    margin-top: 0;
}

.compentry_disqualified, .compentry_disqualified * {
    text-decoration: line-through
}


.compentry_rating_notes {
    margin: 1rem;
}

.compentry_rating {
    margin: 0 0.5rem;
    padding: 0.24rem;
    display: inline-block;
}

.compentry_rating_selected {
    font-weight: bold;
    border-radius: 1.0rem;
    border: 2px solid;
}

.compentry_judging {
    margin: 1rem;
    border-bottom: 1px solid #a0a0a0;
}

.compentry_summary {
    border: 1px solid #a0a0a0;
    padding: 0 0.3rem;
    margin: 0.7rem 0 0.7rem 0;
}

.compsubmission_section {
    margin-top: 0.6rem;
}

.judging_stats_table {
    display: inline-block;
    margin: 0.2rem 1rem 1rem 0;
}

.judging_stats_table td, .judging_stats_table th {
    text-align: center;
}

.judging_stats_table tr &gt; th:first-child {
    text-align: left;
}

table.judging_table_several_judges td,
table.judging_table_several_judges th {
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
}

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