table.hurwich {
	border : 1px ridge black;
	font-size: x-large;
	background-color:#FFFFCC;
}

table.hurwich td {
	text-align: center;
	border: 1px solid black;
}

td.hurwich-score-home,
td.hurwich-score-away {
	width : 1.25em;
}

table.hurwich td.hurwich-team-home {
	text-align:right;
}

table.hurwich td.hurwich-team-away {
	text-align:left;
}

td.hurwich-team-home span,
td.hurwich-team-away span {
	font-size			: medium;
	display				: block;
}

/* For league table */

td.results-name {
	font-size: larger;
	padding : 0 1em;
}

table.results td {
	padding : 0 0.25em;
}

table.fixtures td {
	text-align: center;
	padding: 0 0.25em;
}

table.fixtures td.hurwich-fixtures-event {
	font-weight: bold;
}

table.fixtures TR.hurwich-fixtures-played {
	background-color:#C0C0C0; /* Silver */
}
