@charset "UTF-8";


#GameSummaryTable
{
	border-collapse: collapse;
	margin: auto;
}

#GameSummaryTable td, th
{
	border: solid black thin;
}

#GameSummaryTable td
{
	text-align: center;
}

#GameSummaryTable tr.SubHeader
{
	font-size: 75%;
}

#GameSummaryTable th
{
	background-color: #d3d7cf;
}

#GameSummaryTable td.ColGames
{
	width: 100px;
}

#GameSummaryTable tfoot tr
{
	background-color: #d3d7cf;
	font-weight: bold;
	height: 30px;
}

#GameSummaryTable td.CellHeader
{
	width: 225px;
}
