body{
    font-family: 'verdana', 'arial', 'sans-serif';
    font-size: 15px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 500;
    overflow-x: hidden;
    color: #D7D7D7;
    background-color: #181818;
    /* color: #484848; */
    /* background-color: #fff; */
}
::selection {
    background: #336699;
    color: #d7d7d7;
}
header{
    height: 50px;
    width: 100%;
    background-color: #000;
}
header img{
    height: 30px;
    padding-top: 12px;
    padding-left: 5%;
}
#header{
    padding-top: 40px;
    width: 100%;
    height: 60px;
    background-color: #000;
    /* border-bottom: solid 2px #D8D8D8; */
}
#header img{
    padding-left: 5%;
    height: 30px;
    width: auto;
    padding-top: 25px;
}
.content{
    max-width: 1200px;
    margin: 50px auto 100px;
}
#search_form input[type="text"]{
    margin-top: 15px;
    margin-left: 3px;
    height: 22px;
    width: 180px;
    background: #505050;
    border: none;
    color: #fff;
}
#search_form ::placeholder,  #filter_search ::placeholder{
    color: #B0B0B0;
}
#search_form input[type="submit"], #filter_search input[type="submit"]{
    color: #f2f2f2;
    background: #484848;
    height: 24px;
    cursor: pointer;
    border: none;
}
select{
    background: #505050;
    color: #fff;
}

.popp input, .detail input[type="submit"]{
    font-size: 100%;
    border-color: #bb1919;
    border-top: none;
    border-right: none;
    border-left: none;
    /* background: #f8f8f8; */
    background: #000;
    color: #D7D7D7;
    cursor: pointer;
}
.fighters input, .tot input[type="submit"]{
    background: #181818;
}
.fighters{
    max-width: 1200px;
    margin: 0 auto 0;
}
.search_result input[type="submit"]{
    background: #181818;
}
.divi_select, .rd_select {
	overflow: hidden;
	margin-top: 15px;
    margin-left: 3px;
}
.rd_select{
    margin-bottom: 50px;
}
.divi_select select, .rd_select select{
    width: 184px;
    height: 23px;
    margin-left: 0;
    margin-bottom: 7px;
}
a {
    text-decoration: none;
    color: #d7d7d7;
}
a span{
    
    border-bottom: solid 2px #670D0D;
}
nav a span{
    
    border-bottom: solid 2px #0B4E7C;
}
nav ul li:hover li a{
    visibility: visible;
}
nav ul li ul li a:hover{
    transition: all .5s ease;
    color:#60A4D1;
}
.fr_links li{
    display: inline-block;
    margin: 0 11px 0 0;
}
.fr_links img{
    height: 12px;
}
#search_r{
    margin-bottom: 15px;
}
.pickup_data{
    margin: 30px auto 30px;
}
.header_top{
    font-size: 120%;
}
.header_1{
    font-size: 110%;
}
.matched_num{
    margin-bottom: 35px;
    color: #5474A8;
}
.outline_1{
    margin-bottom: 20px;
    margin-left: 0;
}
.outline_1 th{
    text-align: center;
    width: 16%;
}
.outline_1 td{
    text-align: center;
}
.outline_2{
    margin-bottom: 10px;
}
.outline_2 th{
    text-align: left;
}
.outline_2 td{
    text-align: right;
}
.outline_3{
    margin-bottom: 20px;
}
.outline_3 th, .outline_3 td{
    width: 20%;
    text-align: center;
}
.outline_4{
    text-align: center;
    margin-bottom: 20px
}
.outline_4 th, .outline_4 td{
    width: 11%;
}
.outline_4 tr{
    ;
}
.fr_prf{
    margin-bottom: 25px;
}
.fr_prf tr{
    height: 25px;
}
.fr_prf th{
    font-weight: normal;
    text-align: right;
}
.fr_prf td{
    font-weight: normal;
}
.win{
    color: #388E3C;
}
.lose{
    color: #C94747;
}
.drow{
    color: #4E96DF;
}
.ncd{
    color: #727272;
}
.lko{
    color: #bb1919;
}
aside{
    color: #5474A8;
    font-size: 14px;
}

h2{
    margin-bottom: 30px;
    font-size: 16px;
}
.update{
    font-size: 13px;
    color: #406688;
}
.dataframe{
    width: 100%;
    margin: 10px auto 50px;
    border-collapse: collapse;
    border: none;
}
.upc th, .results th{
    padding-bottom: 15px;
}
.dataframe tr {
    height: 45px;
}
.upc tr, .results tr{
    height: 25px;
    
}
.upc .bout_data td, .results .bout_data td{
    padding-top: 0px;
    background: #000;
    
    /* background: #000; */
}
.upc .fr_data td, .results .fr_data td{
    padding-top: 7px;
    padding-bottom: 40px;
    color: #717171;
    text-align: center;
}
.index_page table tr{
    height: 40px;
}
.index_page table tr td{
    background-color: #181818;
}
.index_page table tr:nth-child(odd) td{
    background-color: #0a0a0a;
}
br {
    display: block;
    content: "";
    margin: 5px 0;
    }

.dataframe td{
    border: none;
    font-weight: 500;
    text-align: center;
}
.fr_data td{
    text-align: left;
}
.rec_title td{
    text-align: center;
}
.fr_data img{
    height: 15px;
    width: auto;
}
.results .fr_data td{
    text-align: center;
}
/* .dataframe tr:nth-child(odd) td{ */
    /* background-color: #f2f2f2; */
/* } */
.dt, .fr_link, .fr_odds, .rslt, .rd, .divi, .op_odds, .op_link{
    text-align: center;
}
.rslt td{
    font-weight: bolder;
}
.fr_name{
    text-align: center;
}
.nat img{
    text-align: center;
    height: 10px;
}
.fr_data .title{
    text-align: center;
}
.op_name{
    text-align: center;
}
.dataframe th{
    border: none;
    /* border-bottom: solid 1px #D8D8D8; */
    text-align: center;
}
.index .upc .dataframe, .index .results .dataframe, .detail  .results .dataframe, .round .results .dataframe, .division .results .dataframe, .filter_search .results .dataframe{
    margin-bottom: 20px;
}
.index .upc, .index .results, .round .results, .division .results, .filter_search .results{
    margin-bottom: 220px;
}
.fighter .results{
    max-width: 1200px;
    margin: 0 auto 0;
}
.pagination li{
    display: inline;
    padding: 0 5px 5px 0;
}
.pagin table{
    margin-bottom: 20px;
}
.detail h3{
    margin: 0 auto 30px;
    text-align: center;
}
.tot table{
    margin: 0 auto 60px;
}
.tot .bout_info tr{
    height: 30px;
}
.tot .bout_info th{
    text-align: right;
    width: 40%;
}
.tot .bout_info td{
    width: 60%;
}
.detail .upc table, .detail .bout table{
    margin: 60px auto 0;
    max-width: 700px;
    /* border: solid 1px #f8f8f8; */
}
.detail .upc tr, .detail .bout tr{
    height: 35px;
}
.detail .upc th, .detail .bout th{
    width: 26%;
    border: none;
}
.detail .upc td, .detail .bout td{
    padding: 0;
    width: 37%;
}
.chart_data{
    margin: 250px auto 0px;
    text-align: center;
}
.chart_data img{
    height: 12px;
}
.chart_data tr{
    height: 25px;
}
 .chart_data_top{
    margin: 0 auto;
}
.highcharts-figure{
    margin: 30px auto 200px;
}
.highcharts-figure_2{
    margin: 30px auto 50px;
}
.detail .highcharts-figure{
    margin: 0px auto 100px;
}
#container{
    height: 300px;
}
#container_1, #container_2, #container_3, #container_4{
    height: 500px;
}
#container_5{
    height: 400px;
    /* margin-top: 150px; */
}
#container_6, #container_7, #container_8{
    height: 500px;
}
.dataframe{
    margin-bottom: 150px;
}
.dataframe td a img,
.fighter_result a img {
    height: 12px;
    width: auto;
    opacity: 0.8;
}
.fighter_result a img{
    margin-left: 10px;
}

.pagination {
    list-style-type: none;
    display: flex;
    z-index: 10;
}
.pagination li{
    width: 20px;
    height: 20px;
    padding-top: 2px;
    margin: 0 5px 0 5px;
    text-align: center;

}
.pagination li a{
    text-decoration: none;
    color: #484848;
    font-weight: 500;
}
.pagination li a:hover{
    color: #f2f2f2;
    background-color: #484848;
}
.pagination li.active a{
    color: #f2f2f2;
    background-color: #484848;
}
.pagination li.disabled a{
    color: #f2f2f2;
    background-color: #484848;
}
.rec_table{
    margin-top: 10px;
    margin-left: 0;
}
.rec_table th{
    text-align: left;
    font-weight: 500;
}

footer{
    margin-top: 500px;
    font-size: 14px;
    color: #f2f2f2;
    background-color: #000;
    height: 300px;
    width: 100%;
    padding-top: 10px;
    padding-left: 5%;
    text-decoration: none;
}
footer p{
    width: 90%;    
    margin-bottom: 50px;
}
footer a{
    text-decoration: none;
    color: #f2f2f2;
}
#page_top {
    position: fixed;
    bottom: 20px;
    right: 10px;
}
#page_top a {
    background-color: #999;
    color: #fff;
    opacity: 0.5;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    padding: 6px 7px;
}
#page_top a:hover {
    background-color: #000;
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
     .content{
        width: 98%;
    }
}

@media screen and (max-width: 1100px) {
    .index .upset, .index .hr, .index .fr_link, .index .op_link,
    .index .youtube_link, .index .dailymotion_link,
    .filter_search .upset, .filter_search .hr, .filter_search .fr_link, .filter_search .op_link,
    .filter_search .youtube_link, .filter_search .dailymotion_link,
    .detail .upset, .detail .hr, .detail .fr_link, .detail .op_link,
    .detail .youtube_link, .detail .dailymotion_link,
     .date .upset, .date .fr_link, .date .op_link,
    .date .youtube_link, .date .dailymotion_link,
    .round .fr_link, .round .op_link, .round .youtube_link, .round .dailymotion_link,
    .division .fr_link, .division .op_link, .division .youtube_link, .division .dailymotion_link{
        display: none;
    }

    header img{
        padding-left: 4%;
    }
    .index .content{
        width: 98%;
        margin: 70px auto 100px;
    }
    .dataframe{
        width: 100%;
        margin: auto;
    }
}
@media screen and (max-width: 970px) {
    .index .nat, .detail .nat,
    .round .nat, .filter_search .nat,
    .index_page .fr_link, .index_page .youtube_link, .index_page .dailymotion_link{
        display: none;
    }
    .ratings .dataframe tr{
        height: 60px;
        font-size: 90%;
    }

    header img{
        padding-left: 2%;
    }
    .index .content{
        font-size: 15px;
        width: 100%;
    }
    .dataframe{
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    .date .nat,
    .fighter .fr_link, .fighter .op_link, .fighter .youtube_link, .fighter .dailymotion_link,
    .division .nat,
    .nationality .youtube_link, .nationality .dailymotion_link{
        display: none;
    }
}
@media screen and (max-width: 850px) {
    .index .fr_data td,
    .filter_search .fr_data td,
    .detail .fr_data td,
    .date .fr_data td,
    .fighter .fr_data td,
    .fighter .nat,
    .round .fr_data td,
    .division .fr_data td{
        display: none;
    }
    .index .content{
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .highcharts-figure{
        width: 90%;
    }
  
    body{
        font-size: 13px;
    }
    
    footer{
        font-size: 11px;
    }
    .index .results .rd,
    .filter_search .results .rd,
    .detail .results .rd,
    .nationality .fr_link{
        display: none;
    }
    #fr_img{
        max-width: 90%;
        margin: 10px auto 0;;
    }
}

@media screen and (max-width: 600px) {
    .index .results .divi,
    .filter_search .results .divi,
    .detail .results .divi,
    .date .youtube_link_bout, .date .dailymotion_link_bout,
    .fighter .youtube_link_bout, .fighter .dailymotion_link_bout,
    .round .divi, .round .rd,
    .division .rd,
    .index_page .height, .index_page .reach{
        display: none;
    }
    .pagination-container, .highcharts-figure{
        width: 96%;
    }

    
}
@media screen and (max-width: 560px) {
    .index .divi,
    .date .rd,
    .nationality .dt,
    nav{
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .index .dt,
    .filter_search .dt,
    .detail .dt,
    .date .divi,
    .round .dt,
    .division .dt,
    .nationality .rec,
    .index_page .dt{
        display: none;
    }
}
@media screen and (max-width: 450px) {
    .fighter .rd, .fighter .divi,
    .nationality .height, .nationality .reach, .results td .rslt :not(span){
        display: none;
    }
}