table.jahitable {
	width: 100%;
}
table.jahitable th {
	padding: 3px;
}
table.jahitable td {
	padding: 3px;
}
table.jahitable tr.even td {
	background-color: white;
}
table.jahitable tr.odd td {
	background-color: #f0f0f0;
}
table.jahitable  td.count {
	width: 20px;
}
table.jahitable  td.goals,
table.jahitable  td.points,
table.jahitable  td.plus,
table.jahitable  td.equals,
table.jahitable  td.assists {
	width: 25px;
	text-align: center;
}
