#highScores {
	border-collapse : collapse;
}

#highScores td {
	margin: 0;
	padding: 0.25em 0.5em;
	border: 1px solid black;
}

#highScores img {
	display: block;
}

#highScores .player {
}

#highScores .machine {
}

#highScores .score {
	text-align: right;
}

#highScoresSeason {
	float: left;
	margin-right: 2em;
}
