/* CSS for players.php */

table.stattable {
	margin-top: 5px;
	margin-bottom: 5px;
	border-collapse: collapse;
}

table.stattable th {
	background-color: #B4D0F0;
}

table.stattable th, table.stattable td {
	border: 1px solid #000; 
	vertical-align: top;
	padding: 2px 4px 2px 4px;
}
