.table-results {
    text-align: right;
}
.table-results .la{
    text-align: left;
}
.results-shootout-1{
    color: #056b00;
    font-style: italic;
    font-weight: bolder;
}
.results-record-1{
    color: #862204 !important;
    font-style: italic;
    font-weight: bolder;
}
td.results-total {
    background-color: #fffbbd;
}
tr.results-score td {
    border: none !important;
}

tr.results-dgp {
    background-color: #839abf;
    color: white;
    text-align: center;
    font-weight: bolder;
}
tr.results-fi {
    font-weight: bolder;
    background-color: #ddd;
    color: #000;
}
tr.results-fi td {
    border-top: 1px solid #4a6491 !important;
}
tr.results-fi td em {
    font-weight: normal;
}
tr.results-head {
    background-color: #ddd;
    font-weight: bolder;
}

tr.results-head td {
    color: #555;
    border-bottom: 1px dashed #4a6491 !important;
    border-top: 1px dashed #4a6491 !important;
}

td.results-flight {
    text-align: right;
    color: #3f5719;
}
tr.results-score:hover td{
    background-color: #dbb099 !important;
}

@media only screen and (max-width: 500px){
    #topNav div.nav-main-collapse {
        max-height: 100vh;
    }
}