@charset "UTF-8";


div.StatsTableContainer
{
	display: inline-block;
	padding: 5px;
	width: 1150px;
}

div.StatsTableContainer table.StatsTable
{	
	font-size: 9px;
	border-collapse: collapse;
	border: solid thin black;
}

div.StatsTableContainer table.StatsTable thead tr th
{
	background-color: #85dcfe;
	border-left: solid black thin;
	border-right: solid black thin;
}

div.StatsTableContainer table.StatsTable thead tr:nth-child(2) th
{
	font-size: 90%;
}

div.StatsTableContainer table.StatsTable thead tr:first-child th:first-child
{
	vertical-align: bottom;
}

div.StatsTableContainer table.StatsTable th.TagCell
{
	border-bottom: none;
	text-align: center;
	padding: 0;
	text-indent: 0;
}

div.StatsTableContainer table.StatsTable thead tr:nth-child(3) th
{
	border-top: none;
	height: 20px;
	text-align: center;
}

div.StatsTableContainer table.StatsTable tbody td
{
	height: 30px;
}

div.StatsTableContainer table.StatsTable th,
div.StatsTableContainer table.StatsTable td
{
	padding: 0px;
	width: 32px;
	text-align: center;
}

div.StatsTableContainer table.StatsTable tbody td:first-child
{
	width: 130px;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.StatsTableContainer table.StatsTable tfoot td
{
	border-left: solid black thin;
	border-right: solid black thin;
	height: 30px;
	font-weight: bold;
	background-color: #85dcfe;
}

div.StatsTableContainer table.StatsTable tbody td.dataTables_empty {
	text-align: center;
	font-size: 15px;
	padding-top: 15px;
}

