div.top-date > div{
    display: table-cell;
    width: 1%;
    cursor: pointer;
}
div.top-date{
    width: 100%;
    border: 1px solid #ddd;
    background: #f2f2f7;
    border-bottom: 0px!important;
}

div.top-date > div.today{
    border-right: 1px solid #ddd;
    padding: 10px 10px;
}

div.top-date > div.dt-date{
    border-right: 1px solid #ddd;
}

div.top-date > div.today, 
div.top-date > div.calendar{
    width: 1.1%;
}

div.top-date > div.dt-date.active{
    border: 1px solid #337ab7;
    font-weight: bold;
    background: white;
    color: #337ab7;
}

div.top-date > div:hover{
    background: #3498db;
    color: white;
}

.float-right{
    float: right;
}
.float-left{
    float: left;
}

.sports-result .title-bar{
    padding: 6px 10px;
    background-color: #f2f2f7;
}

.sports-result .team{
    padding: 0px 0px;
    border-top: 0px!important;
}

.sports-result .gtype{
    padding: 6px 16px;
    border-top: 0px!important;    
}

.list-body{
    padding: 10px;
    min-height: 38px;
    /* border-top: 0px!important; */
}

.round > .title > div {
    display: table-cell;
    width: 1%;
    text-align: center;
    padding: 6px 0px;
    border-left: 1px solid #ddd;
    background: #f2f2f7;
}
.round > .title > div:first-child{
    border-left: 0px;
}
.round{
    border-left:0px!important;    
}
.round > .title{
    border-bottom: 1px solid #ddd;
}

td > .away > img.img-team,
td > .home > img.img-team{
    width: 45px;
    height: 100%;
    margin-right: 16px;
    margin-top: 0px!important;
    margin-left: 10px;
}

.round-rect > p{
    width: 14px;
    margin-bottom: 0px!important;
    text-align: center;
    font-size: 10px;
    height: 14px;
}

.round-rect{
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    margin-right: 6px;
}

.lightgrey.round-rect{
    color: lightgrey;
    border-color:lightgrey;
}

.red.round-rect{
    color: red;
    border-color: red;
}

span.team-name{
    color: black;
    font-size: 13px;
    font-weight: bold;
}

span.score{
    font-size: 20px;
    font-weight: bold;    
    margin-right: 10px;
}
span.score.red{
    color: red;
}

div.away{
    padding: 0px 0px;
    /* border-bottom: 1px solid #ddd; */
}

div.home{
    padding: 0px 0px;
}

.score-detail > div{
    display: table-cell;
    width: 1%;
    text-align: center;
    font-size: 14px;
}

table.sports-table{
    border: 1px solid #ddd;
    background: #fefefe;
    margin-bottom: 6px!important;
}

table.sports-table > thead{
    background: #f2f2f7;
}

table.sports-table > thead > tr > th:first-child{
    min-width: 250px;
    padding: 8px 8px;
}

table.sports-table > thead > tr > th {
    border-bottom: 0px!important;
    vertical-align: middle;
    text-align: center;
    letter-spacing: -1px;
    padding: 8px 2px;
}

table.sports-table > tbody > tr > td{
    vertical-align: middle!important;
    text-align: center;
    border-right: 1px solid #ddd;
}

table.sports-table.ready > thead{
    background: #eaf9ff;
    border: 1px solid #dbe9ef;
    border-right: 1px solid #dbe9ef;
}

table.sports-table.ready > tbody > tr > td{
    border-top: 0px!important;
    border-bottom: 1px solid #ddd;    
}

table.sports-table.ready > tbody > tr > td.ready.br-1{
    border-right: 1px solid #dbe9ef;
}

.color-red{
    color: red!important;
}
.background-white{
    background: white!important;
}


table.sports-table td > span.small{
    display: block;
    text-align: right;
}

td > a.broadcast{
    padding: 6px 10px;
    border: 1px solid #b1d6e4;
    color: #b1d6e4;
    margin-right: 6px;
}

span.small-circle > p {
    margin-bottom: 0px;
    width: 11px;
    height: 3px;
    text-align: center;
}
span.small-circle{
    padding: 8px 4px;
    border-radius: 16px;
    font-weight: bold;
    display: inline-block;
    font-size: 11px;
    letter-spacing: -1px;
    border: 1px solid lightgrey;
    margin-top: 6px;
}

.color-lightblue{
    background-color: #06b0ef;
}
.color-lightviolet{
    background-color: #9e3095;
}
.color-lightocher{
    background-color: #f19027;
}
span.bsmall-circle > p {
    margin-bottom: 0px;
    width: 10px;
    height: 5px;
    text-align: center;
    margin-top: -5px;
    color: white;
}
span.bsmall-circle{
    padding: 7px 2px;
    border-radius: 16px;
    font-weight: bold;
    display: inline-block;
    font-size: 9px;
    letter-spacing: 0px;
}
.no-border{
    border: 0px!important;
}
td > span.second{
    display: block;
}

span.today-games{
    display: inline-block;
    min-width: 10px;
    padding: 1px 4px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #757b87;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #fff;
    border-radius: 10px;
    top: -11px;
    position: relative;
    border: 1px solid #ddd;
}

span.today-games > p{
    margin-bottom: 0px;
    text-align: center;
}

li.active span.today-game{
    color: #3498db;
    border: 1px solid #3498db!important;
}

table.football-table th, 
table.football-table td{
    padding: 3px 1px!important;
}

table.football-table td{
    border: 1px solid #ddd;
}

table.football-table td.league-name{
    color: white;
    text-align: center!important;
}

table.football-table td.home{
    text-align: right!important;
}

table.football-table td.away{
    text-align: left!important;
}


.color-black{
    color: black!important;
}

.color-orangered{
    color: orangered!important;
}
.color-cornflowerblue{
    color: cornflowerblue!important;
}

table.football-table > thead > tr > th{
    border: 1px solid #ddd;
}

table.football-table td:nth-child(2){
    letter-spacing: -1.4px!important;
    max-width: 95px;
    min-width: 95px;
    line-height: 14px;
    padding-top: 1px!important;
    padding-bottom: 1px!important;
}

table.football-table tr{
    min-height: 30px;
    max-height: 30px;
}

table.football-table td.title-row{
    padding: 8px 10px!important;
    letter-spacing: 1px!important;
    text-align: center;
}

.pl-10{
    padding-left: 10px;
}

.pr-10{
    padding-right: 10px;
}

.text-left{
    text-align: left!important;
}

td.football-half{
    padding: 30px 0px!important;
}

table.football-time{
    margin-bottom: 0px!important;
    border: 0px!important;
}

table.football-time > tbody > tr:first-child > td,
table.football-time > tbody > tr:last-child > td{
    border: 0px!important;
}

table.football-time > tbody > tr > td:first-child{
    border-left: 0px!important;
}

table.football-time > tbody > tr > td:last-child{
    border-right: 0px!important;
}

table.football-time > tbody > tr > td{
    padding: 5px!important;
    min-width: 25px;
}

.sports-title{
    margin-top: 15px;
    border: 1px solid #ddd;
    padding: 10px;
}

.sports-title > span.close-btn{
    border: 1px solid #ddd;
    float: right;
    padding: 6px 20px;
}

.list-body a.active{
    font-weight: bold;
}

.list-body a{
    color: black!important;
}

td.ft{
    min-width: 30px;
}

table.sb_table{
    width: 103%;;
}

table.sb_table > tbody > tr > td,
table.sb_table > thead > tr > th{
    border: 1px solid #ddd;
}