.game {
	width: 100%;
}

.game td {
	vertical-align: top;
}

.game .dash {
	width: 1em;
}

.game .date {
	width: 7em;
}

.game .time {
	width: 4em;
}

.game .team {
	width: 12em;
}
.game .location {
	width: 12em;
}

.game .result {
	width: 2em;
	text-align: center;
}


.pool {
	margin-top: 1em;
	margin-bottom: .3em;
}

hr {
	background: none;
	border: none;
	border-top:1px solid black;
	margin: 1em -1.8em;
}
