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  th.season,
table.jahitable  th.league {
	text-align: left;
}
table.jahitable  td.season {
	width: 80px;
}
table.jahitable  td.games,
table.jahitable  td.goals,
table.jahitable  td.points,
table.jahitable  td.assists,
table.jahitable  td.penaltymins {
	width: 50px;
	text-align: center;
}
table.jahitable  td.penaltymins {
	width: 60px;
}
table.jahitable  td.penaltymins {
	text-align: right;
}
table.jahitable tr.player-stat-summary td {
	font-weight: bold;
}