body,
body #page {
    background-color: transparent;
}
fieldset {
    border: 0;
}
.content {
    padding-top: 70px;
    padding-bottom: 70px;
}
.ui.message.transparent {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}
.ui.message.transparent .icon:not(.close) + .content {
    color: #db2828;
}
.ui.message .content {
    padding-top: 0;
    padding-bottom: 0;
}
.ui.icon.message.tiny > .icon:not(.close) {
    font-size: 1.5em;
    width: auto;
    overflow: visible;
    margin-right: .6em;
    margin-left: 0;
}
.ui.icon.message .icon:not(.close) + .content {
    margin: 0;
    padding: 0;
    /*font-weight: bold;*/
    /*color: #000;*/
}

#airrace-results {
    margin: 2rem 0 1rem 0;
}
#airrace-results aside ul {
    font-size: 1em;
    line-height: 1em;
}
#airrace-results .results i.flag:not(.icon) {
    margin-left: .5em;
    margin-right: .2em;
}
#airrace-results .results:not(.mobile) .ui.message {
    margin-top: 10px;
    margin-bottom: 10px;
}
#airrace-results .results.mobile .ui.message {
    padding: .75em 1em;
}
#airrace-results .results.mobile .ui.message .content {
    font-size: 0.8em;
}
#airrace-results .results .ui.basic.button {
    color: #13375C;
    -webkit-box-shadow: 0 0 0 1px #C4D2E0 inset;
            box-shadow: 0 0 0 1px #C4D2E0 inset;
}
#airrace-results .ui.compact.button {
    padding: .5em .75em;
}
#airrace-results main, #airrace-results section, #airrace-results article, #airrace-results aside {
    display: block;
}
#airrace-results > main {
    /*background: #f3f3f3 none repeat scroll 0 0;*/
    position: relative;
}
#airrace-results header, #airrace-results #resultsContainer, #airrace-results aside {
    margin: 0 auto;
    /*max-width: 1300px;*/
    /*padding: 25px 20px;*/
}
#airrace-results header {
    background: #fff none repeat scroll 0 0;
    position: relative;
}
#airrace-results header::after {
    background: #fff none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 100%;
    left: -50%;
    position: absolute;
    top: 0;
    width: 5000px;
    z-index: -1;
}
#airrace-results header form {
    z-index: 2;
}
#airrace-results ul li:before {
    content: "";
    display: none;
}
#airrace-results label {
    font-family: "DIN Next W02 Bold",Helvetica,Arial,sans-serif;
    font-weight: normal;
    margin-right: 15px;
}
.wf-loading #airrace-results label {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: bold;
}
#airrace-results label[for="race-filter-season"], #airrace-results label[for="race-filter-race"] {
    color: #9d9d9e;
    display: block;
    font-family: "DIN Next W02 Regular",Helvetica,Arial,sans-serif;
    font-weight: normal;
}
.wf-loading #airrace-results label[for="race-filter-season"], .wf-loading #airrace-results label[for="race-filter-race"] {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: normal;
}
#airrace-results select {
    margin: 1px 0;
    z-index: 15;
}
#airrace-results .customSelectInner {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c3c3c3;
    line-height: 40px;
    padding: 0 70px 0 30px;
    position: relative;
    text-transform: uppercase;
    width: auto !important;
}
#airrace-results select:hover + .customSelect .customSelectInner {
    background: #e6e6e6 none repeat scroll 0 0;
}
#airrace-results .customSelectInner::after {
    background: rgba(0, 0, 0, 0) url("../images/customselect-droparrow.png") no-repeat scroll 50% 50%;
    border-left: 1px solid #c3c3c3;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 10;
}
#airrace-results header legend {
    display: none;
}
#airrace-results header ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#airrace-results header li {
    display: inline-block;
    padding: 0;
}
#airrace-results header li + li {
    margin-left: -5px;
}
#airrace-results aside {
    padding-bottom: 0;
}
#airrace-results aside legend {
    display: none;
}
#airrace-results aside ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#airrace-results aside li li {
    float: left;
    padding-right: 50px;
}
#airrace-results aside li:last-child {
    padding-bottom: 15px;
    padding-right: 0;
}
#airrace-results #results-filter-class li {
    padding-right: 0;
}
#airrace-results #results-filter-class input {
    opacity: 0;
    position: absolute;
}
#airrace-results #results-filter-class label {
    background-color: #fff;
    border-radius: 10em;
    display: inline-block;
    font-family: "DIN Next W02 Regular",Helvetica,Arial,sans-serif;
    font-size: .9em;
    font-weight: normal;
    line-height: 2.5em;
    margin-right: 20px;
    margin-bottom: 0;
    padding: 0 20px 0 20px;
    position: relative;
    text-transform: uppercase;
    transition: background-color 0.1s ease 0s;
}
#airrace-results #results-filter-class label::before {
    content: "";
    display: block;
    left: 15px;
    margin-top: -14px;
    position: absolute;
    top: 50%;
}
.wf-loading #airrace-results #results-filter-class label {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: normal;
}
#airrace-results #results-filter-class label:hover {
    color: #fff;
    background-color: #db2828;
    cursor: pointer;
}
#airrace-results #results-filter-class li.challenger label {
    margin-right: 0;
}
#airrace-results #results-filter-class li.challenger label::before {
    margin-top: -10px;
}
#airrace-results #results-filter-class input:checked ~ label {
    color: #fff;
    background-color: #db2828;
}

#airrace-results #results-filter-set li {
    padding-right: 20px;
}

#airrace-results #resultsContainer {
    min-height: 100px;
    padding-top: 5px;
    position: relative;
}
#airrace-results #resultsContainerInner {
    /*background: #fff none repeat scroll 0 0;*/
}
.homepage #airrace-results #resultsContainer table.results > tbody > tr > td {
    padding-right: 8px;
    text-align: right;
}
.homepage #airrace-results #resultsContainer .ui.compact.button,
.homepage #airrace-results #resultsContainer a {
    float: left;
}
#airrace-results span.na {
    opacity: 0.2;
}
#airrace-results p.error {
    margin: 0;
    padding: 10px;
}
#airrace-results div.curtain {
    background: rgba(243, 243, 242, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
#airrace-results div.curtain .spinner {
    background: #fff url("../images/progress2.gif") no-repeat scroll 50% center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    height: 32px;
    left: 50%;
    margin-left: -38px;
    margin-top: -28px;
    opacity: 0.9;
    padding: 20px 30px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 32px;
}
#airrace-results table.results {
    /*border-collapse: collapse;*/
    border-spacing: 0;
    width: 100%;
}
/*#airrace-results table.results:not(.mobile) strong[data-type="name"] {
    margin-right: 10px;
}*/
#airrace-results table.results .parent td {
    border-radius: 4px 4px 0 0;
}
#airrace-results table.results .spacer {
    height: 10px;
}
#airrace-results table.results .with-spacer td {
    padding-bottom: 10px !important;
}
#airrace-results table.results .spacer:not(.internal) {
    height: 8px;
    background: transparent;
}
#airrace-results table.results .spacer td {
    padding: 0;
}
#airrace-results table.results th {
    /*background: #f2f2f2 none repeat scroll 0 0;*/
    /*color: #9d9d9e;*/
    font-family: "DIN Next W02 Regular",Helvetica,Arial,sans-serif;
    font-size: .9em;
    font-weight: normal;
    padding: 10px 5px;
    text-align: left;
    text-transform: uppercase;
}
.wf-loading #airrace-results table.results th {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: normal;
}
#airrace-results table.results > tbody > tr {
    background: #F8FCFF;
}
#airrace-results table.results > tbody > tr.parent {
    background: #fff;
    border-top: 10px solid #E0F3FF;
}
#airrace-results table.results > tbody > tr > td {
    /*border-bottom: 3px solid #f2f2f2;*/
    padding: 10px;
    transition: background-color 0.1s ease 0s;
    vertical-align: top;
}
#airrace-results table a {
    color: #000;
    text-decoration: underline;
}
#airrace-results table.results .pull-right {
    float: right;
}
#airrace-results table.results td.rank {
    color: #001d46;
    font-family: "DIN Next W02 Bold",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    width: 50px;
}
.wf-loading #airrace-results table.results td.rank {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: bold;
}
#airrace-results table.results td.pilot.thumb {
    width: 1px;
}
#airrace-results table.results td.pilot.thumb img {
    border-radius: 50%;
}
#airrace-results table.results td.pilot.thumb figure {
    width: 35px;
}
#airrace-results table.results td.pilot.name {
    font-size: 18px;
}
#airrace-results table.results td.pilot.name a {
    color: #000;
}
#airrace-results table.results td.pilot.name span {
    color: #9c9c9d;
}
#airrace-results table.results td.pilot.country {
    background: #fff url("../images/table-arrowbg.png") no-repeat scroll right center;
    color: #858585;
    /*height: 75px;*/
    height: 50px;
    vertical-align: middle;
    width: 100px;
    /*width: 50px;*/
}
#airrace-results table.results td.pilot.country i {
    margin-right: 6px;
    vertical-align: middle;
}
#airrace-results table.results th.rank,
#airrace-results table.results th.bib {
    width: 30px;
}
#airrace-results table.results th.event {
    text-align: center;
}
#airrace-results table.results th.event, 
#airrace-results table.results td.event {
    /*border-right: 1px solid transparent;*/
}
#airrace-results table.results td.event {
    /*border-right-color: #f2f2f2;*/
    padding: 2px 10px;
}
#airrace-results table.results th.vertical-bar,
#airrace-results table.results td.vertical-bar {
    border-right: 1px solid #aeb6bf;
    padding-right: 0;
}
#airrace-results table.results th.vertical-bar-left,
#airrace-results table.results td.vertical-bar-left {
    border-left: 1px solid #aeb6bf;
    padding-left: 0;
}
#airrace-results table.results tr.horizontal-bar,
#airrace-results table.results tr.horizontal-bar-top {
    position: relative;
}
#airrace-results table.results tr.horizontal-bar::after,
#airrace-results table.results tr.horizontal-bar-top::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 23px;
    width: 100%;
    height: 1px;
    display: block;
    border-top: 1px solid #aeb6bf;
}
#airrace-results table.results tr.horizontal-bar-top::before {
    top: 25px;
    bottom: auto;
}
#airrace-results table.results .event.small,
#airrace-results table.results .event.small td {
    font-size: 12px;
    padding: 1px 5px;
    vertical-align: top;
    white-space: nowrap;
}
#airrace-results table.results:not(.mobile) .event.small,
#airrace-results table.results:not(.mobile) .event.small td {
    line-height: 1.35em;
}
#airrace-results table.results .text-right {
    text-align: right;
}
#airrace-results table.results .text-strike {
    text-decoration: line-through !important;
}
#airrace-results table.results .text-nostrike {
    text-decoration: none !important;
}
#airrace-results table.results .text-bold {
    font-weight: bold;
}
#airrace-results table.results .text-bold:first-of-type, {
    /*color: #869EB7;*/
    color: #50514f;
}
#airrace-results table.results .pink {
    color: #cd6155 !important;
}
#airrace-results table.results .green {
    color: #229954;
}
#airrace-results table.results .purple {
    color: #800080;
}
#airrace-results table.results .blue {
    color: #2e86c1;
}
#airrace-results table.results .grey {
    color: #979a9a;
}
#airrace-results table.results:not(.main) td.event:not(.no-upper):first-of-type,
#airrace-results table.results.mobile td.event:not(.no-upper):first-of-type {
    width: 1%;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 20px;
    white-space: nowrap;
}
#airrace-results table.results .parent + tr td.event {
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
}
#airrace-results table.results th.event.small {
    font-size: .7em;
    padding-top: 2px;
}
#airrace-results table.results td.points {
    color: #001d46;
    font-family: "DIN Next W02 Bold",Helvetica,Arial,sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 24px;
    padding: 20px 10px 0;
    text-align: center;
    width: 90px;
}
.wf-loading #airrace-results table.results td.points {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: bold;
}
#airrace-results table.results td.points.event {
    font-family: "DIN Next W02 Regular",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: normal;
}
.wf-loading #airrace-results table.results td.points.event {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: normal;
}
#airrace-results table.results td.points.throwout {
    color: #8a898e;
    position: relative;
}
#airrace-results table.results td.points.throwout::after {
    background: #8a898e none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%) translateX(-50%);
    transform-origin: left center 0;
    width: 50%;
}
#airrace-results table.results td.points span {
    color: #9d9d9e;
    font-family: "DIN Next W02 Regular",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    top: -10px;
}
.wf-loading #airrace-results table.results td.points span {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: normal;
}
#airrace-results table.results.points td.points {
    line-height: 32px;
    padding: 10px;
}
#airrace-results table.results > tbody > tr.champion > td {
    font-family: "DIN Next W02 Bold",Helvetica,Arial,sans-serif;
    font-weight: normal;
}
.wf-loading #airrace-results table.results > tbody > tr.champion > td {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: bold;
}
#airrace-results table.results > tbody > tr.champion > td a {
    color: #fff;
}
#airrace-results table.container {
    border-bottom: 20px solid #fff;
    width: 100%;
}
#airrace-results table.container > thead > tr > th {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #9d9d9e;
    font-size: 1em;
    padding: 10px 20px;
    text-align: left;
    width: 25%;
}
#airrace-results table.container > tbody > tr > td {
    border-right: 1px solid #d2dae2;
    vertical-align: top;
}
#airrace-results table.container > tbody > tr > td:last-child {
    border-right: medium none;
}
#airrace-results table.container > tbody > tr > td td:first-child {
    border-left: medium none !important;
    padding-left: 20px !important;
}
#airrace-results table.container > tbody > tr > td td:last-child {
    border-right: medium none !important;
    padding-right: 20px !important;
}
#airrace-results table.container > tbody > tr > td:first-child td:first-child {
    border-left: 10px solid #fff !important;
    padding-left: 10px !important;
}
#airrace-results table.container > tbody > tr > td:last-child td:last-child {
    border-right: 10px solid #fff !important;
    padding-right: 10px !important;
}
#airrace-results table.container > tbody > tr > td tr:last-child > td {
    border-bottom: medium none !important;
}
#airrace-results div.duel {
    background: #f9f9f9 none repeat scroll 0 0;
    margin: 10px 10px 0;
    padding: 20px;
}
#airrace-results div.duel .result {
    padding: 0 0 10px;
}
#airrace-results div.duel .result:last-child {
    padding: 10px 0 0;
}
#airrace-results div.duel .result.lose {
    opacity: 0.7;
}
#airrace-results div.duel .result.lose .popover {
    opacity: 1;
}
#airrace-results div.duel .result em {
    float: right;
    font-style: normal;
    text-transform: uppercase;
}
#airrace-results div.duel .vs {
    border-bottom: 1px solid #e1e1e1;
    display: block;
    margin: -0.5em 0 0.5em;
    text-align: center;
}
#airrace-results div.duel .vs span {
    background: #f9f9f9 none repeat scroll 0 0;
    font-size: 75%;
    padding: 0 5px;
    position: relative;
    text-transform: uppercase;
    top: 1em;
}
#airrace-results table.splitresults {
    border-collapse: separate;
    width: 100%;
}
#airrace-results table.splitresults th {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #9d9d9e;
    font-size: 1em;
    padding: 10px;
    text-align: left;
}
#airrace-results table.splitresults td {
    padding: 10px;
    transition: background-color 0.1s ease 0s;
}
#airrace-results table.splitresults > tbody > tr:nth-child(2n+1) > td {
    border-top: 10px solid #fff;
}
#airrace-results table.splitresults > tbody > tr:nth-child(2n+1) > td:first-child {
    border-left: 10px solid #fff;
}
#airrace-results table.splitresults > tbody > tr > td:last-child {
    border-right: 10px solid #fff;
}
#airrace-results table.splitresults {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 10px solid #fff;
}
#airrace-results table.splitresults td.rank {
    font-size: 130%;
    width: 1%;
}
#airrace-results table.splitresults td.heat {
    box-shadow: 0 0 0 10px #f9f9f9 inset, 0 0 0 11px #ededef inset;
    color: #738095;
    font-size: 200%;
    text-align: center;
    width: 110px;
}
#airrace-results table.splitresults td.pilot.thumb {
    width: 1px;
}
#airrace-results table.splitresults td.pilot.thumb img {
    border-radius: 50%;
}
#airrace-results table.splitresults td.pilot.thumb figure {
    width: 35px;
}
#airrace-results table.splitresults td.pilot.name {
    width: 200px;
}
#airrace-results table.splitresults td.pilot.country i {
    margin-right: 6px;
    vertical-align: middle;
}
#airrace-results table.splitresults td.result {
    text-transform: uppercase;
}
#airrace-results table.splitresults tr.lose td.pilot, #airrace-results table.splitresults tr.lose td.time, #airrace-results table.splitresults tr.lose td.penalties, #airrace-results table.splitresults tr.lose td.result {
    color: rgba(0, 0, 0, 0.7);
}
#airrace-results table.splitresults tr.lose td img, #airrace-results table.splitresults tr.lose td a {
    opacity: 0.7;
}
#airrace-results table.splitresults tr.lose td .popover, #airrace-results table.splitresults tr.lose td .popover td {
    color: #000;
    opacity: 1;
}
.penalties__details {
    display: none;
}
.penalties__details__item, .penalties__details__item--time, .penalties__details__item--description {
    color: #666;
    font-family: "DIN Next W02 Regular",Helvetica,Arial,sans-serif;
    font-weight: normal;
    margin: 0 -14px;
    padding: 4px 14px;
}
.wf-loading .penalties__details__item, .wf-loading .penalties__details__item--time, .wf-loading .penalties__details__item--description {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: normal;
}
.penalties__details__item--description {
    border-bottom: 1px solid #e6e6e6;
}
#airrace-results .results-refresh-toggle-wrap, #airrace-results .results-refresh-button-wrap {
    float: right;
    margin: 26px 0 0;
    position: relative;
}
#airrace-results .results-refresh-toggle {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#airrace-results .results-refresh-toggle-label {
    font-family: "DIN Next W02 Regular",Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
/*#airrace-results .icon {
    display: inline-block;
    text-indent: -9999px;
}*/
.challenger-cup-rules {
    border-top: 20px solid #f2f2f2;
    margin: 0;
    padding: 20px;
}
.challenger-cup-rules *:last-child {
    margin-bottom: 0;
}

#airrace-results thead th {
    text-transform: none;
}
#airrace-results tbody .pilot.name {
    font-weight: bold;
    width: 300px;
}
#airrace-results aside {
    padding-bottom: 0;
}
#airrace-results aside fieldset {
    padding: 0;
    margin: 0;
}
#airrace-results #resultsContainer {
    padding-top: 0;
}
#airrace-results table.results:not(.times).laps,
#airrace-results table.results.times.main,
#airrace-results table.results.mobile,
#airrace-results table.results tbody tr,
#airrace-results table.results.gold tr:not(.class-gold),
#airrace-results table.results.bronze tr:not(.class-bronze),
#airrace-results table.results.silver tr:not(.class-silver),
#airrace-results table.results.iron tr:not(.class-iron),

/* before 2016 */
#airrace-results table.results.silver-team tr:not(.class-silver-team),
#airrace-results table.results.bronze-team tr:not(.class-bronze-team),

/* before 2015 */
#airrace-results table.results.pro tr:not(.class-pro),
#airrace-results table.results.expert tr:not(.class-expert),
#airrace-results table.results.expert-team tr:not(.class-expert-team),
#airrace-results table.results.experts-team tr:not(.class-experts-team),
#airrace-results table.results.hobby tr:not(.class-hobby),
#airrace-results table.results.hobby-team tr:not(.class-hobby-team),
#airrace-results table.results.trial tr:not(.class-trial) {
    display: none;
}
#resultsContainer.filtered tr.parent:not(.found),
#resultsContainer.filtered tr.parent:not(.found)+.details,
#resultsContainer.filtered tr.parent:not(.found)+.details+.details,
#resultsContainer.filtered tr.parent:not(.found)+.details+.spacer,
#resultsContainer.filtered tr.parent:not(.found)+.details+.spacer+.spacer,
#resultsContainer.filtered tr.parent:not(.found)+.details+.details+.spacer,
#resultsContainer.filtered tr.parent:not(.found)+.details+.details+.spacer+.spacer,
#resultsContainer.filtered tr.parent:not(.found)+.spacer,
#resultsContainer.filtered tr.parent:not(.found)+.with-spacer,
#resultsContainer.filtered tr.parent:not(.found)+.with-spacer+.spacer {
    display: none !important;
}
#resultsContainer tr.parent+.details+.details td {
    padding-top: 0;
    padding-bottom: 0;
}
#airrace-results .cards.class-gold.bronze,
#airrace-results .cards.class-gold.silver,
#airrace-results .cards.class-gold.iron,
#airrace-results .cards.class-gold.silver-team,
#airrace-results .cards.class-gold.bronze-team,
#airrace-results .cards.class-bronze.gold,
#airrace-results .cards.class-bronze.silver,
#airrace-results .cards.class-bronze.iron,
#airrace-results .cards.class-bronze.silver-team,
#airrace-results .cards.class-bronze.bronze-team,
#airrace-results .cards.class-silver.gold,
#airrace-results .cards.class-silver.bronze,
#airrace-results .cards.class-silver.iron,
#airrace-results .cards.class-silver.silver-team,
#airrace-results .cards.class-silver.bronze-team,
#airrace-results .cards.class-iron.gold,
#airrace-results .cards.class-iron.silver,
#airrace-results .cards.class-iron.bronze,
#airrace-results .cards.class-iron.silver-team,
#airrace-results .cards.class-iron.bronze-team,

/* before 2016 */
#airrace-results .cards.class-silver-team.gold,
#airrace-results .cards.class-silver-team.silver,
#airrace-results .cards.class-silver-team.bronze,
#airrace-results .cards.class-silver-team.iron,
#airrace-results .cards.class-silver-team.bronze-team,
#airrace-results .cards.class-bronze-team.gold,
#airrace-results .cards.class-bronze-team.silver,
#airrace-results .cards.class-bronze-team.bronze,
#airrace-results .cards.class-bronze-team.iron,
#airrace-results .cards.class-bronze-team.silver-team,

/* before 2015 */
#airrace-results .cards.class-pro.expert,
#airrace-results .cards.class-pro.expert-team,
#airrace-results .cards.class-pro.experts-team,
#airrace-results .cards.class-pro.hobby,
#airrace-results .cards.class-pro.hobby-team,
#airrace-results .cards.class-pro.trial,

#airrace-results .cards.class-expert.pro,
#airrace-results .cards.class-expert.expert-team,
#airrace-results .cards.class-expert.experts-team,
#airrace-results .cards.class-expert.hobby,
#airrace-results .cards.class-expert.hobby-team,
#airrace-results .cards.class-expert.trial,

#airrace-results .cards.class-expert-team.pro,
#airrace-results .cards.class-expert-team.expert,
#airrace-results .cards.class-expert-team.experts-team,
#airrace-results .cards.class-expert-team.hobby,
#airrace-results .cards.class-expert-team.hobby-team,
#airrace-results .cards.class-expert-team.trial,

#airrace-results .cards.class-experts-teams.pro,
#airrace-results .cards.class-experts-teams.expert,
#airrace-results .cards.class-experts-teams.expert-team,
#airrace-results .cards.class-experts-teams.hobby,
#airrace-results .cards.class-experts-teams.hobby-team,
#airrace-results .cards.class-experts-teams.trial,

#airrace-results .cards.class-hobby.pro,
#airrace-results .cards.class-hobby.expert,
#airrace-results .cards.class-hobby.expert-team,
#airrace-results .cards.class-hobby.experts-team,
#airrace-results .cards.class-hobby.hobby-team,
#airrace-results .cards.class-hobby.trial,

#airrace-results .cards.class-hobby-team.pro,
#airrace-results .cards.class-hobby-team.expert,
#airrace-results .cards.class-hobby-team.expert-team,
#airrace-results .cards.class-hobby-team.experts-team,
#airrace-results .cards.class-hobby-team.hobby,
#airrace-results .cards.class-hobby-team.trial,

#airrace-results .cards.class-trial.pro,
#airrace-results .cards.class-trial.expert,
#airrace-results .cards.class-trial.expert-team,
#airrace-results .cards.class-trial.experts-team,
#airrace-results .cards.class-trial.hobby,
#airrace-results .cards.class-trial.hobby-team {
    display: none !important;
}
#airrace-results .ui.cards,
#airrace-results .ui.cards~.ui.cards {
    margin-top: 0;
}
#airrace-results .ui.cards > .ui.header {
    width: 100%;
    margin: 10px 0 0 0;
    text-indent: 1em;
}
#airrace-results .ui.cards > .ui.header:first-of-type {
    margin-top: 0;
}
/*#airrace-results table.results.gold tr.class-gold,*/
#airrace-results table.results:not(.times).gold.main tr.class-gold,
#airrace-results table.results.times.gold.laps tr.class-gold,
/*#airrace-results table.results.bronze tr.class-bronze,*/
#airrace-results table.results:not(.times).bronze.main tr.class-bronze,
#airrace-results table.results.times.bronze.laps tr.class-bronze,
/*#airrace-results table.results.silver tr.class-silver,*/
#airrace-results table.results:not(.times).silver.main tr.class-silver,
#airrace-results table.results.times.silver.laps tr.class-silver,
/*#airrace-results table.results.iron tr.class-iron,*/
#airrace-results table.results:not(.times).iron.main tr.class-iron,
#airrace-results table.results.times.iron.laps tr.class-iron,

/* before 2016 */
#airrace-results table.results:not(.times).bronze-team.main tr.class-bronze-team,
#airrace-results table.results.times.bronze-team.laps tr.class-bronze-team,
#airrace-results table.results:not(.times).silver-team.main tr.class-silver-team,
#airrace-results table.results.times.silver-team.laps tr.class-silver-team,

/* before 2015 */
#airrace-results table.results:not(.times).pro.main tr.class-pro,
#airrace-results table.results.times.pro.laps tr.class-pro,
#airrace-results table.results:not(.times).expert.main tr.class-expert,
#airrace-results table.results.times.expert.laps tr.class-expert,
#airrace-results table.results:not(.times).expert-team.main tr.class-expert-team,
#airrace-results table.results.times.expert-team.laps tr.class-expert-team,
#airrace-results table.results:not(.times).experts-team.main tr.class-experts-team,
#airrace-results table.results.times.experts-team.laps tr.class-experts-team,
#airrace-results table.results:not(.times).hobby.main tr.class-hobby,
#airrace-results table.results.times.hobby.laps tr.class-hobby,
#airrace-results table.results:not(.times).hobby-team.main tr.class-hobby-team,
#airrace-results table.results.times.hobby-team.laps tr.class-hobby-team,
#airrace-results table.results:not(.times).trial.main tr.class-trial,
#airrace-results table.results.times.trial.laps tr.class-trial {
    display: table-row;
}


#results-filter-set>.ui.menu>.item,
#results-filter-set>.ui.menu .right.menu .item {
    padding: 5px 4px;
}
#results-filter-set>.ui.menu>.item.hidden {
    display: none;
}
#results-filter-set>.ui.menu>.item:first-of-type,
#results-filter-set>.ui.menu .right.menu .item:first-of-type {
    padding-left: 10px;
}
#results-filter-set>.ui.menu>.item:last-of-type,
#results-filter-set>.ui.menu .right.menu .item:last-of-type {
    padding-right: 10px;
}
#results-filter-set .ui.menu .item.search {
    padding-right: 16px;
}
#results-filter-set .ui.menu .item:before {
    width: 0;
}
#results-filter-set>.ui.menu>.active.item,
#results-filter-set>.ui.menu>.item:hover {
    background: transparent;
}
#results-filter-set>.ui.menu>.active.item .ui.button.primary {
    background-color: #869EB7;
}
#results-filter-set>.ui.menu>.item:not(.active) .ui.button.primary {
    background: transparent;
    color: #000;
}
#results-filter-set .ui.selection.dropdown {
    min-width: 8em;
}



.home-slider-wrapper #airrace-results {
    margin: 0;
}
.home-slider-wrapper #results-filter-class {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2px;
}
.home-slider-wrapper #results-filter-class .ui.button {
    padding-left: .5em;
    padding-right: .5em;
}
.home-slider-wrapper #results-filter-class .ui.button.active,
.home-slider-wrapper .ui.button.link-all:hover {
    /*font-weight: bold;*/
    background: #13375C !important;
    color: #fff !important;
}
.home-slider-wrapper #airrace-results table.results > tbody > tr.parent {
    background: transparent;
    border-top: 0;
}
.home-slider-wrapper #airrace-results table.results > tbody > tr > td {
    padding: 5px 0;
}
.home-slider-wrapper #airrace-results .ui.compact.button,
.home-slider-wrapper #airrace-results .ui.compact.button:hover {
    background: transparent;
    font-size: .9em;
    padding: .25em .5em;
    min-width: 45px;
    text-align: right;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.home-slider-wrapper .ui.button.link-all {
    flex-grow: 0 !important;
    font-size: .9em;
    text-transform: uppercase;
}
.ui.inverted.blue.segment.countdown + h4 {
    /*margin-top: 10px;*/
    margin-top: 0;
    margin-bottom: 0;
}

#results-home,
.results-header {
    -webkit-box-flex: 0 !important; 
    flex-grow: 0 !important;
}
.results-header {
    margin-bottom: .5em;
}
#results-home + .link-all + a {
    margin-top: 15px;
}

@media only screen and (min-width: 767px) {
    #results-filter-set .ui.item.search input {
        border: none;
    }
}

@media only screen and (max-width: 767px) {
    #airrace-results .ui.cards,
    #airrace-results .ui.cards~.ui.cards {
        margin-top: 1em;
    }
    #airrace-results table.results td.event:first-of-type {
        /*color: #869EB7;*/
        color: #50514f;
    }
    #airrace-results table.results:not(.mobile)/*,
    #airrace-results table.results.mobile tr:not([class*="parent"]):not([class*="spacer"])*/ {
        display: none !important;
    }
    #results-home #airrace-results table.results {
        display: table !important;
    }
    #airrace-results table.results.mobile:not(.laps),
    #airrace-results table.results.mobile.times.laps {
        display: table;
    }
    /*
    #airrace-results table.results:not(.times).gold.main.mobile tr.class-gold,
    #airrace-results table.results.times.gold.laps.mobile tr.class-gold,
    #airrace-results table.results:not(.times).bronze.main.mobile tr.class-bronze,
    #airrace-results table.results.times.bronze.laps.mobile tr.class-bronze,
    #airrace-results table.results:not(.times).silver.main.mobile tr.class-silver,
    #airrace-results table.results.times.silver.laps.mobile tr.class-silver,
    #airrace-results table.results:not(.times).iron.main.mobile tr.class-iron,
    #airrace-results table.results.times.iron.laps.mobile tr.class-iron {
        display: table-row;
    }
    */
    #airrace-results #results-filter-class label {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1.1em;
        line-height: 2em;
        margin-right: 10px;
    }
    #airrace-results #results-filter-class li:last-of-type label {
        margin-right: 0;
    }
    #airrace-results label {
        /*font-size: .8em;*/
    }
    #airrace-results aside li:last-child {
        padding-bottom: 0;
    }
    #results-filter-set {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #results-filter-set>.ui.menu {
        padding-top: 10px;
        padding-bottom: 60px;
        margin-bottom: 10px;
        position: relative;

        background: transparent;
        border: none;
        box-shadow: none;
    }
    #results-filter-set>.ui.menu>.menu {
        position: absolute;
        bottom: 4px;
    }
    #results-filter-set>.ui.menu>.item:first-of-type, 
    #results-filter-set>.ui.menu .right.menu .item:first-of-type {
        padding-left: 0;
    }
    #results-filter-set>.ui.menu>.item:last-of-type, 
    #results-filter-set>.ui.menu .right.menu .item:last-of-type {
        padding-right: 0;
    }
    #results-filter-set .ui.item.search input {
        max-width: 11.5em;
    }
}

@media only screen and (max-width: 481px) {
    #airrace-results #results-filter-class label {
        padding-left: 10px;
        padding-right: 10px;
        font-size: .9em;
        line-height: 1.9em;
    }
}