.m_bo{margin-bottom: 0px;}
.today_score th,.today_score td {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.today_score th {
    background: #eee;
    text-transform: uppercase;
}
.today_score {
    font-size: 11px;
    font-weight: 500;
}
.scorepoint {
    color: #00a650;
    text-transform: uppercase;
}
.today_score.tabcontent {
  	display: none;
}
.today_score.tabcontent.active {
   display: table;
}
.tab.today_score_tabs {
    background: #eee;
}
.tab.today_score_tabs button {
    background: #eee;
	color: #666;
	padding: 0px 10px;
	line-height: 26px;
	border: unset;
	font-weight: bold;
	border-right: 1px solid #666;
}
.tab.today_score_tabs button:last-child {
    border: unset;
}
.sd_tablinks.active, .sd_tablinks:hover {
    background: #00a650 !important;
	color: #fff !important;
}