table.scoring-table {
	width: 100%;
}
table.scoring-table th {
	padding: 3px;
	height: 20px;
}
table.scoring-table td {
	padding: 3px;
}
table.scoring-table tr.even td {
	background-color: white;
}
table.scoring-table tr.odd td {
	background-color: #f0f0f0;
}
table.scoring-table  td.count,
table.scoring-table  td.position {
	width: 30px;
}
table.scoring-table  td.games,
table.scoring-table  td.goals,
table.scoring-table  td.assists,
table.scoring-table  td.points {
	width: 50px;
	text-align: center;
}
table.scoring-table  td.penaltymins {
	width: 60px;
}
