body {
	background-color: #F2F2F2;
	font-size: 12.3px;
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	margin: 0;
    padding: 0;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

#main_small {
    background-color: #0E1B24;
    width: 100%;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.header_small_event {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 15px;
}

.header_small_download {
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 15px;
}

.header_small_img {
    margin-top: 15px;
}

#header {
    background-color: #0E1B24;
    overflow: auto; 
    width: 100%;
}

.header_left, .header_center, .header_right {
    height: 54px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header_left, .header_right {
    padding-left: 26px;
    padding-right: 26px;
}

.header_left, .header_center {
    float: left;
}

.header_center {
    height: 30px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.header_right {
    float: right;
    height: 32px;
    padding-top: 21px;
    padding-bottom: 21px;
}

.header_btn, .header_btn_selected {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background: transparent;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: 109px;
    line-height: 30px;
    cursor: pointer;
}

.header_btn_selected {
    color: #3FA9F5;
    border: 1px solid #3FA9F5;
}


.content_header {
    background-color: #33383F;
    padding-left: 106px;
    padding-top: 35px;
    padding-bottom: 35px;
}

#content_header_title {
    color: #FFFFFF;
    font-size: 43px;
    float: left;    
}

#content_header_bottom, #content_header_top {
    overflow: auto; 
    width: 100%;
}

#content_header_subtitle {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 42px;
    float: left;
}

#content_header_select, #content_header_timer {
    float: right;
    margin-right: 26px;
}

#content_header_timer {
    font-size: 15px;
    font-style: italic;
    margin-top: 25px;
}

#header_select {
    width: 150px;
    height: 30px;
    background-color: #888888;
    color: #FFFFFF;
}

.separator {
    height: 40px;
}

.content_round {
    height: 45px;
    background-color: #CCCCCC;
    cursor: pointer;
    border-bottom: 1px solid #575960;
}

.content_round_arrow_off, .content_round_arrow_on, .content_round_title {
    display: inline-block;
    vertical-align: middle;
}

.content_round_arrow_off, .content_round_arrow_on {
    margin-left: 106px;
    height: 100%;
    width: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.content_round_title {
    margin-left: 5px;
    font-size: 20px;
    color: #828288;
}

.content_round_arrow_off {
    background-image: url("../img/common/arrow_down.png");
}

.content_round_arrow_on {
    background-image: url("../img/common/arrow_up.png");
}


.content_heat, .content_leaderboard, .content_heat_details, .content_heat_menu, .content_heat_info {
    margin-left: 106px;
    margin-top: 25px;
    margin-right: 106px;
    margin-bottom: 15px;
}

.content_heat_details {
    margin-top: 55px;
}

.content_heat_menu {
    margin-top: 35px;
}

.content_heat_info {
    margin-top: 5px;
}

.content_heat {
    cursor: pointer;
}

.content_heat_table, .content_leaderboard_table, .content_heat_details_table, .content_heat_feed_table, .content_heat_scores_table {
    border-collapse: collapse;
}

.content_heat_scores_table {
    table-layout: fixed;
}

.content_heat_header, .content_leaderboard_header, .content_heat_feed_header {
    height: 35px;
}

.content_heat_header_left, .content_heat_header_right, .content_leaderboard_header_left, .content_leaderboard_header_right, .content_heat_feed_header {
    text-transform: uppercase;
    font-size: 15px;
    color: #828288;
}

.content_heat_rider, .content_leaderboard_rider, .content_heat_details_rider, .content_heat_feed_item {
    background-color: #E6E6E6;
}

.content_heat_rider_cell, .content_leaderboard_rider_cell, .content_heat_details_rider_cell, .content_heat_details_rider_best, .content_heat_details_rider_total, .content_heat_feed_item_cell, .content_heat_scores_item_cell {
    border: 1px solid #CCCCCC;
    font-size: 16px;
    color: #33383F;
}

.content_heat_scores_item_cell {
    font-size: 14px;
}

.content_heat_details_rider_need {
    font-size: 12px;
    margin-top: 5px;
}

.content_heat_details_rider_name {
    font-size: 20px;
}

.content_heat_details_rider_best {
    color: #575960;
}

.content_heat_details_rider_total {
    background-color: #575960;
    color: #FFFFFF;
}

.content_heat_rider_name, .content_leaderboard_rider_name {
    padding-left: 24px;
}

.content_heat_rider_bib {
    font-size: 13px;
    font-style: italic;
}

.content_heat_feed_item_content {
    padding-left: 15px;
}

.content_heat_details_rider_best_score, .content_heat_details_rider_total_score {
    font-size: 21px;
}

.content_heat_details_rider_best_lbl, .content_heat_details_rider_total_lbl {
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 5px;
}

.content_heat_feed_item_time {

}

.rounded, .rounded_heat_details {
      object-fit: cover;
      border-radius: 50%;
}

.rounded {
      width: 54px;
}

.rounded_heat_details {
    width: 74px;
}

.logo {
    height: 32px;
}

.oneline {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.bold {
    font-weight: bold;
}

.interference {
    color: #ff6b6b;
}

span {
    vertical-align: middle;
}

.live_on, .live_hold, .live_finished {
    background: #39B54A;
    width: 9.9px;
    height: 9.9px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.live_hold {
    background: #FFCB6D;
}

.live_finished {
    background: #898B88;
}

.heat_menu, .heat_menu_active {
    height: 35px;
    text-transform: uppercase;
    font-size: 15px;
    color: #828288;
    text-decoration: none;
    padding-right: 20px;
}

.heat_menu_active {
    color: #3FA9F5;
}

.heat_info_txt {
    font-size: 16px;
    color: #33383F;
}

.heat_info_score_total, .heat_info_score_total_best, .heat_info_score_total_penalty {
    font-weight: bold;
}

.heat_info_score_total_best {
    color: #3FA9F5;
}

.heat_info_score_total_penalty {
    color: #e52032;
}

.advance {
    color: #3FA9F5;
}


#live_video {
    background-color: #0E1B24;
    overflow: auto; 
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}