.page-header {
	display: none;
}

.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #fff;	
}

img.scoreBoard {
	height: 30px;
}


.table.topRanking {
	margin-bottom: 0px;
	border: 0px;
	vertical-align: middle;
}

.table.topRanking tr th {
	width: 16%;
	padding: 8px 4px !important;
	vertical-align: middle;
	text-align: right;
}

.table.topRanking tr th:first-child {
	border-left: 0px;
	padding: 4px 0.5rem !important;
	text-align: center;
}

.table.topRanking tr th:last-child {
	width: 16%;
	border-right: 0px;
	padding: 4px 0.5rem !important;
}

.table.topRanking tr td {
	width: 16%;
	padding: 5px 0.5rem !important;
	vertical-align: middle;
	text-align: right;
}

.table.topRanking tr td:first-child {
	border-left: 0px;
	padding: 5px 0.5rem !important;
	text-align: center;
	width: 1%;
}

.table.topRanking tr td:nth-child(2) {
	border-left: 0px;
	padding: 5px 0.5rem !important;
	text-align: left;
	width: 16%;
}

.table.topRanking tr td:last-child {
	width: 16%;
	border-right: 0px;
	padding: 5px 0.5rem !important;
}


.table.scoreBoard {
	margin-bottom: 0px;
	border: 0px;
}

.table.scoreBoard tr th {
	width: 7%;
	padding: 4px !important;
	text-align: center;
	vertical-align: middle;
}

.table.scoreBoard tr th:first-child {
	border-left: 0px;
	padding: 4px !important;
}

.table.scoreBoard tr th:last-child {
	width: 8%;
	border-right: 0px;
	padding: 4px !important;
}

.table.scoreBoard tr td {
	width: 7%;
	padding: 4px 1rem !important;
	vertical-align: middle;
	text-align: center;
}

.table.scoreBoard tr td:first-child {
	border-left: 0px;
	padding: 4px !important;
	text-align: center;
}

.table.scoreBoard tr td:last-child {
	width: 8%;
	border-right: 0px;
	padding: 4px 1rem !important;
}

.table.scoreBoard tr td:first-child.scoreBoardcom {
	padding: 4px 1.0rem !important;
	text-align: left !important;
}

.scoreBoardcom-l {
	width: 70%;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.scoreBoardcom-r {
	width: 29%;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.scoreBoardcom-b {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#batRanking-div {
	margin-bottom: 30px;
}

.batRanking {
	font-size: 18px;
	vertical-align: middle;
}

.batRanking tr td:first-child {
	color: #111;
	width: 1.5rem;
	text-align: left;
	font-weight: 600;
	color: #b40d0e;
	font-size: 30px;
}

.batRanking tr td:nth-child(2) {
	color: #111;
	width: 2rem;
	text-align: right;
	font-size: 27px;
}

.batRanking tr td:nth-child(3) {
	width: 1%;
	padding: 1rem 0.5rem;
}

.batRanking tr td:last-child {
	
}

.nav-link {
	padding: 10px 14px;
}

.tab-content.first {
	padding: 5px;
}

.scoreboard_subTitle {
	font-weight: normal;
	margin-left: 1em;
}

#topStats .rank_num {
	font-size: 25px;
	padding-right: 10px;
}

#topStats .rank_num1 {
	color: color(display-p3 0.874 0.76 0.255);
}

#topStats .rank_num2 {
	color: color(display-p3 0.775 0.774 0.782);
}

#topStats .rank_num3 {
	color: color(display-p3 0.796 0.608 0.478);
}

#topStats .rank_num4 {
	color: color(display-p3 0.409 0.424 0.44);
}

#topStats .rank_num5 {
	color: color(display-p3 0.409 0.424 0.44);
}

#topStats .rank_num1::after {
	content: "st";
	font-size: 14px;
}

#topStats .rank_num2::after {
	content: "nd";
	font-size: 14px;
}

#topStats .rank_num3::after {
	content: "rd";
	font-size: 14px;
}

#topStats .rank_num4::after {
	content: "th";
	font-size: 14px;
}

#topStats .rank_num5::after {
	content: "th";
	font-size: 14px;
}


#topStats h6 {
	font-size: 25px;
}

.stats_teamName {
	font-size: 12px;
}

.stats_playerName {
	font-size: 18px;
	font-weight: 500;
	color: #111;
}

#topStats .memberIMG {
	width: 50px;
	background-color: rgb(208, 208, 208);
}




@media screen and (max-width: 992px) {
	
	.table.scoreBoard tr td:first-child.scoreBoardcom {
		padding: 4px !important;
		font-size: 12px !important;
	}
	
	.table.scoreBoard tr td {
		padding: 0px !important;
	}
	
	.table.scoreBoard tr td:last-child {
		padding: 4px !important;
	}
	
	.table.topRanking tr td {
		padding: 4px !important;
	}
	
	.table.topRanking tr th:first-child {
		padding: 4px !important;
	}
	
	.table.topRanking tr th:last-child {
		padding: 4px !important;
	}
	
	.table.topRanking tr td:first-child {
		padding: 4px !important;
	}
	
	.table.topRanking tr td:nth-child(2) {
		font-size: 13px;
		padding: 4px !important;
	}
	
	.table.topRanking tr td:last-child {
		padding: 4px !important;
	}
	
	.scoreboard_subTitle {
		font-size: 13px;
	}
}