#customstattable{
	overflow: hidden;
	margin: 0 0 10px;
}
#customstattable table:first-child tr td:first-of-type{
	font-size: 30px;
	line-height: 32px;
}
#customstattable table{
	width: 100%;
	border-spacing: 0;
}
#customstattable table tr{
	background: #DFE3EA;
	/*border-bottom: 2px solid #B1C4E3;*/
	border: 0;
}
#customstattable table tr td{
	font-size: 18px;
	font-weight: bold;
	background: #aa0018;
	/*border-bottom: 2px solid #B1C4E3;*/
	text-align: center;
	font-weight: 600;
	padding-top: 10px;
	color: #fff;
	text-transform: capitalize;
}
#customstattable table tr td:first-letter{
	text-transform: uppercase;
}
#customstattable table tr td table tr td{
	border-bottom: 2px solid #B1C4E3;
	color: #000;
	font-weight: normal;
	background-color: #DFE3EA;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
	font-weight: 400;
	padding-top: 0;
	width: 25%;
}
#customstattable table tr td table{
	margin-top: 10px;
	/*border-top: 2px solid #B1C4E3;*/
	border: 0;
}

#customstattable table tr td table tr td:first-child{
	width: 0% !important;
}