/* Custom CSS from plugin Sport */
.table-tournament td {
    line-height: 20px;
    vertical-align: middle;
    font-size: 12px;
    border: 0px !important;
    background: transparent !important;
		color: #fff !important;
    border-bottom: 1px solid #fff !important;
}
.table-tournament td.text-right {
  	text-align: right !important;
}
.table-tournament .hometeamlogo img {
    margin-right: 0;
}
.modal-header .close {
    background: transparent !important;
    padding: 0px 10px !important;
    height: 0 !important;
    margin-top: -7px !important;
}
#tab-panel-6 .table_odds th,
#tab-panel-6 .table_odds td {
 	border-color: #fff !important; 
  color: #fff !important;
}
#tab-panel-6 .table_odds tbody tr:nth-child(2n) td {
 	background: transparent !important; 
}
#tab-panel-6 .text_odds span,
#tab-panel-6 table tbody * {
  color: #fff !important;
}
#matchHistoryModal .modal-body .panel-info .nav-tabs {
   margin-left: 0 !important; 
}
@media (max-width: 575.98px) {
  	.table-tournament .team-name {
        padding: 2px 5px;
    }
    .table-tournament .hometeamlogo,
    .table-tournament .awayteamlogo {
        padding: 2px;
        width: 28px;
        height: 24px;
    }
    .table-tournament .hometeamlogo img,
    .table-tournament .awayteamlogo img {
        width: 24px;
        height: 24px;
    }
}