<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
    color: white;
    cursor: default;
    background-color: #ae9756;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
    border-color: #ae9756;
}

.AwardCeremonyFinalistsTable td {
    padding: 10px;
    border-bottom: 1px solid lightgrey;
}

.AwardCeremonyFinalistsTable th {
    padding: 10px;
}

thead input {
    width: 100%;
}

.forumattendeestable th, .forumattendeestable td {
    padding: 10px;
}


.AwardCeremonyFinalistsPresentationsTable td {
    padding: 10px;
    border-bottom: 1px solid lightgrey;
    border-right: 2px solid white;
}

.AwardCeremonyFinalistsPresentationsTable th {
    padding: 10px;
}</pre></body></html>