@charset "UTF-8";
#odds_stats td{
    text-align: center !important;
    padding: 10px;
}
.oddsstats-popup #totalTb table tbody tr.b1 td, .oddsstats-popup #totalTb table tbody tr.b2 td {
    color: #000029;
    padding: 10px;
}
.oddsstats-popup #league1 .red, .oddsstats-popup #league2 .red {
    color: #334862 !important;
}
.oddsstats-popup #league1 .odds-table-bg .b1, .oddsstats-popup #league1 .odds-table-bg .b2, .oddsstats-popup #league2 .odds-table-bg .b1, .oddsstats-popup #league2 .odds-table-bg .b2 {
    background: #fff;
}
.dark td, .dark th {
    border-color: gray !important;
}
.dark .odds-table-bg {
    background: #AED6F1;
}
.oddsstats-popup #totalTb table tbody tr.oodstable-t {
    background: #AED6F1;
    border-color: gray;
    border: 0.1px solid gray;
}
.oddsstats-popup #totalTb table tbody tr.oodstable-t:nth-child(2) {
    background: #AED6F1;
    border-color: gray;
    border: 0.1px solid gray;
}
.oddsstats-popup #totalTb table tbody tr.b1, .oddsstats-popup #totalTb table tbody tr.b2 {
    background: #fff;
}
.oddsstats-popup #league1 .draw-f, .oddsstats-popup #league2 .draw-f {
    background: #0d57e9;
}
.oddsstats-popup #league1 .panluLet, .oddsstats-popup #league2 .panluLet {
    margin-right: 25px;
}
.oddsstats-popup #league1 .lose-f, .oddsstats-popup #league1 .under-f, .oddsstats-popup #league2 .lose-f, .oddsstats-popup #league2 .under-f {
    background: #d22323;
}
.oddsstats-popup #league1 .win-f, .oddsstats-popup #league2 .win-f, .oddsstats-popup #league1 .over-f, .oddsstats-popup #league2 .over-f  {
    background: #01b243;
}
.oddsstats-popup #league1 .draw-f, .oddsstats-popup #league1 .lose-f, .oddsstats-popup #league1 .over-f, .oddsstats-popup #league1 .under-f, .oddsstats-popup #league1 .win-f, .oddsstats-popup #league2 .draw-f, .oddsstats-popup #league2 .lose-f, .oddsstats-popup #league2 .over-f, .oddsstats-popup #league2 .under-f, .oddsstats-popup #league2 .win-f {
    align-items: center;
    /*background: #01b243;*/
    border-radius: 2px;
    color: #fff;
    display: inline-flex;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    line-height: 16px;
    text-align: center;
    width: 20px;
}
.oddsstats-popup #guest-team, .oddsstats-popup #home-team {
    background: #f8692c;
    color: #fff;
    font-family: Raleway, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 6px 11px;
}
.oddsstats-popup #guest-team {
    background: #bb1dd4;
}
