#tableresultsratings tr, #tableresultsratings tr {
	background-color: #fff
}

.result_ratings_toggle.hide, .result_comment_toggle.hide, .result_sectional_toggle.hide, .result_running_lines_toggle.hide, .result_future_form_toggle.hide {
    display: none !important;
}
.main_color .sec_block {
    margin-right: 6px;
    display: inline-grid;
    border-radius: 2px;
    padding: 2px 1px;
    width: 155px;
    text-align: center;
    border: 1px solid;
    border-color: #6b6b6b;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    /* font-weight: 600; */
    height: 23px;
    line-height: 18px;
    /* height: 20px; */
    font-size: 12px;
}
.sectional_tooltip {
    font-size: 14px !important;
    font-family: 'Open Sans';
}

#tabs-results {
    /* margin: 5px 0 0 0; */
}

.section_controls {
    margin: 0px 0 6px 0;
}
#top .main_color div.section_btn {
    border: 1px solid #001b82;
    padding: 0 7px 0 7px;
    border-radius: 2px;
    margin: 0px 0px 4px 6px;
    float: right;
    /* letter-spacing: -0.2px; */
    cursor:pointer;
    background: #001b82;
    color: #fff;
}  

#top .sec_tbl {
    table-layout: fixed;
    display: inline-table;
    background: transparent;
    vertical-align: middle;
}
#top .sec_tbl.sec_tbl_times {
    vertical-align: middle;
    border: none;
}
#top .entry-content-wrapper .cards_container .sec_tbl tr {
    background: transparent;
}
#top .entry-content-wrapper .cards_container .sec_tbl td {
    line-height: 13px;
    padding: 0 4px 0 0;
    font-weight: 700;
}
#top .entry-content-wrapper .cards_container .sec_tbl td sup {
    font-size: 80%;
    font-weight: 400;
}


#top .flot-tick-label {
    white-space: nowrap;
}

#top .select_chart_runners {
    float: left;
    margin: 0px 0 0 5px;
    border: 1px solid #001b82;
    border-radius: 2px;
    cursor: pointer;
    padding: 2px 10px;
    color: #003184;
    background: #fff;
    font-family: 'Open Sans';
}

#top .select_chart_runners:hover {
    background: #ccc;
}

#top #section_result_playback {
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: auto hidden;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: green;
}

#top #section_result_playback_container {
    /* background: url("https://www.geegeez.co.uk/wp-content/plugins/GeeGeezRaceCards/images/grass.jpg"); */
    /* background-size: 8%; */
    background: green;
    position: absolute;
    width: 3000px;
    height: 100%;
    /* bottom: 20px; */
    left: 0;
}

#top .playback_runner {
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
}

#top .playback_runner img{
  vertical-align: middle;
}

#top .section_result_playback_f {
    position: absolute;
    top:  0;
    bottom: 0;
    width: 5px;
    background: #000;
}
#top #section_result_playback_f_0 {
    right: 116px;
}

#top .entry-content-wrapper .cards_container table.tableresults {/* border-spacing: 1px; */}

#top .entry-content-wrapper .cards_container table.tableresults tr th {
   background: #001b82;
   color: #fff;
   line-height: 22px;
   min-width: 20px;
}

#top .entry-content-wrapper .cards_container table.tableresults .comment_td {
    font-weight: 400;
    border: none;
    /* border: 2px solid #001b829e; */
    /* border-radius: 4px; */
    /* padding: 3px; */
    width: 100%;
    /* text-align: center; */
}