a{
    color: #06c;
}
.race-data{
    display: none;
}
.bgYellow{
  background-color: yellow!important;  
}
.body, div, span {
    font-family: Arial, Helvetica, sans-serif; 
}
.container{
    width: 1058px;
    margin:0px auto ;
}
.top{
    position: relative;
}
.top-img{
    width: 1058px;
}
.changelang{ 
    width: 43px;
    height: 15px;
    position: absolute;
    right: 97px;
    top: 53px;
    cursor: pointer;
}
.ewin{ 
    width: 67px;
    height: 70px;
    position: absolute;
    right: 25px;
    top: 2px;
    cursor: pointer;
}
.container .main-nav{
    background-color: #316500;
    height: 18px;
    margin: 0px; 
    padding: 3px 5px 4px 0px;
    margin-top: -4px;
}            
.container .main-nav li{
    background-color: #316500;
    display: inline;
    list-style-type: none;
    width: 125px;
}
.container .main-nav li a{
    color: #FFFF66;
    padding: 5px; 
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    border-right: 2px solid white;
    height: 30px;
}
.container .main-nav li a:hover{
    background-color: #6AAF2D;
}  
.last_update{
    margin-top: 3px;
    width: auto!important;
    color: white;
    float: right;
    font-size: 12px;
}
.header{
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    padding: 3px;
    background-color: #688600; 
}      
.header .title{
    width: 93px;
    margin: 0px auto;
} 
.header .title-en {
    width: 110px;
    margin: 0px auto;
} 
.header .date{
    display: inline-block;
    position: absolute;
}   
.race-nav{
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 21px;
    width: 100%;
    display: table;
}   
.race-nav li{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    display: table-cell;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    border-right: 1px solid grey;
    padding: 5px;
    margin-right: -5px;
    width: auto;  
    text-align: center;  
} 
.race-nav li:first-child{
    border-left: 1px solid grey;
    text-align:left; 
    width: 145px;
}    
.race-nav li:first-child img{
    vertical-align: middle;
}
.race-nav li a{
    text-decoration: underline;
    cursor: pointer;
}
.select{
    background-color: #EEEEEE; 
}    
.select a{
    color: black;
    text-decoration: none!important;
    cursor:inherit!important;
}
.race-main{
    position: relative;
}
.race-detail{ 
    color: white;
    padding: 10px 0px; 
    flex-grow: 1;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    min-height: 200px;
}
.race-detail>a{
    color: transparent;
}
.guide{ 
    position: absolute;
    right: 0;
    top: 15px;
}
.tutorial{
    border: none;
}
.datatable{
    width: 100%;
    border:1px solid #688600;
    border-collapse: collapse;
}
.datatable th{
    font-size: 11px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: 7px 17px;
    background-position: right center;
    text-align: center;
    color: #FFFF00;
    background-color: #688600; 
}
.datatable tr th:nth-child(2){
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}
.datatable td{
    font-size: 11px;
    text-align: center; 
    padding: 3px 3px;
}
.datatable tr{
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}
.datatable tr:last-child{
    border-bottom: none;
}
.datatable tr td:nth-child(1){
    width: 70px;
}
.datatable tr td:nth-child(2){
    text-align: left;
    width: 50px;
}
.datatable tr td:nth-child(3){
    width: 50px;
}
.datatable tr td:nth-child(4){
    background-color: #99cc00; 
    width: 70px;
}
.datatable tr td:nth-child(5){
    width: 70px;
}
.datatable tr td:nth-child(6){
    width: 70px; 
}
.datatable tr td:nth-child(7){
    width: 70px;
}
.datatable tr td:nth-child(8){
    width: 70px;
} 
.datatable tr td:nth-child(9){
    border-right: 2px solid #688600 !important;
    width: 70px;
}
.datatable tr td:nth-child(10){
    width: 70px;
}
.datatable tr td:nth-child(11){
    width: 70px;
}
.datatable tr td:nth-child(12){
    background-color: #99cc00;
    width: 72px;
}
.datatable tr td:nth-child(13){
    width: 72px;
}
.datatable tr td:nth-child(14){
    border-right: 2px solid #688600 !important;
    width: 72px;
}
.datatable tr td:nth-child(15){
    width: 72px;
}
.datatable tr td:nth-child(16){
    width: 72px;
}
.sort{
    cursor: pointer;    
    background-image: url(../../assets/img/arrow.png);
}
.sort-asc{  
    cursor: pointer;  
    background-image: url(../../assets/img/up_arrow.png);
}
.sort-dec{  
    cursor: pointer;  
    background-image: url(../../assets/img/down_arrow.png);
}
.formGuide_up{    
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 9px;
    background-size: 47px 18px;
}
.formGuide_1up{    
    background-image: url(../../assets/img/formGuide_1up.gif); 
}
.formGuide_2up{    
    background-image: url(../../assets/img/formGuide_2up.gif); 
}
.formGuide_3up{    
    background-image: url(../../assets/img/formGuide_3up.gif);
}
.thumb_down{  
    background-image: url(../../assets/img/thumb_down.png); 
}
.remark p{
    color: #339966;
    margin: 0;
}
.remark p:first-child{ 
    margin-top: 16px;
} 
.footer{
    text-align: center;
    font-size: 11px; 
    margin-top: 20px;
}
.footer-nav{
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: none;
    padding: 0;
}
.footer-nav li{
    display: inline;
    list-style-type: none; 
}
.footer-nav li a{ 
    text-decoration: none;
    padding-right: 10px;
    border-right: 1px solid black;
    color: #00326F;
}
.copyright{
    margin: 0 auto;
    width: 365px;
}    
.no-data{
    color: #339966;
    width: 100%;
    height: 200px;  
} 
.no-map{
    color: #ff3535;
    width: 100%;
    height: 200px; 
    font-size: 16px;  
    display: none;
}
.no-data p,.no-map p{
    text-align: center;
    padding-top: 90px;
} 
.sult span{
    font-weight: bold;
    font-size: 12px;
}
.your-energy{
    width: 40px;
    text-align: center;
    font-size: 12px;
}
.sult{
    font-size: 12px;
    font-weight: bold;
    height: 45px;
}
.datatable-en-th{
    font-size: 14px!important;
    font-weight: bold!important;
}
.datatable-en-th:nth-child(1){
    width: 90px;
}
.datatable-en-th:nth-child(2){
    width: 37px;
}
.datatable-en-th:nth-child(3){
    width: 213px;
}
.datatable-en-th:nth-child(4){
    width: 40px;
}
.datatable-en-th:nth-child(5){
    width: 72px;
}
.datatable-en-th:nth-child(6){
    width: 37px;
}
.datatable-en-th:nth-child(7){
    width: 63px;
}
.datatable-en-th:nth-child(8){
    width: 87px;
}
.datatable-en-th:nth-child(9){
    width: 72px;
}
.datatable-en-th:nth-child(10){
    width: 256px;
}
.datatable-en-th:nth-child(11){
    width: 37px;
    border-right: 1px solid #688600;
}
.comment{
    background-color: #9CCB00;
}
.comment-title{
    font-weight: bold;
    font-size: 15px!important;
    padding: 3px 10px;
    text-align: center!important;
    background-color: #99cc00;
} 
.comment-title{
    padding-top: 3px!important;
    padding-bottom: 3px!important;
}
.comment-title:nth-child(1),.comment-title:nth-child(7){
    text-align: left!important;
}
.comment-title:nth-child(3){
    width: 66px!important;
}
.comment-title:nth-child(5),.comment-title:nth-child(6){
    width:120px!important;
} 
.comment-title:nth-child(8){
    width: 66px!important;
    text-align: left;
    border-right:1px solid #688600
}
.data-row-item:nth-child(4){
    background-color: transparent!important
}
.datatable tr td.data-row-item{
    font-size: 13px;
}
.datatable tr td.data-row-item:nth-child(2){     text-align: center;
}
.datatable tr td.data-row-item:nth-child(9){
    border-right: none!important;
    font-weight: bold;
}
.datatable tr td.data-row-item:nth-child(10){   
    word-break: break-word;
    text-align-last: left;    text-align: left;
}
.datatable tr td.data-row-item:nth-child(11){
    border-right: 1px solid #688600;
}
.data-row-color{
    background-color: #FFFFE8;
}
.datatable tr.data-row{
    border: none!important;
}
.race-text{ 
    font-size: 13px;
    color: black;
    font-weight: 500;
    width: 200px;
    float: left;
    text-align: left;
}
.formguide-map{
    width: 400px;
    margin-left: -150px;
}
.speedguide-map{
    width: 750px;
}

.race-remark{
    color: green;
    text-align: left!important;
    padding: 8px;
    text-align-last: left;
    word-wrap: break-word;
    font-size: 13px!important;
}
.has-map{
    cursor: pointer;
}
.download{
    position: absolute;
    right: 0;
    top: 60px;
    color: #fff;
    background-color: #688600;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 5px 5px;
    cursor: pointer;
    display: none;
    text-decoration: none;
}
.download:hover{
    color: #fff;
    background-color: #316500;
    border-color: #316500;
    background-image: none;
}
li a{
    color:#06c
}
.Sectional_Times{
    width: 305px;
}
.Sectional_Times_item,.Sectional_Times_item2 {
    display: inline-block;
    text-align: center;
    text-align-last: center;
    vertical-align: text-top;    
    width: 40px;
}
.Sectional_Times_item2{
    width: 70px!important;
}
.Sectional_Times_sub_item{
    display: block;
    font-size: 11px;
    width: 80px;
    text-align: center;
    color: #009;
}