#results {
	caption-side: top;
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
}
#results th {
	font-weight: normal;
}
#results td,
#results th {
	border: 1px solid #E5E5E5;
}
#results td {
	text-align: left;
}
#results caption {
	text-align: left;
}
#results td + td {
	vertical-align: top;
	padding-bottom: 1em;
	width: 45%;
}
.fork {
	background: #E7DAC7;
}
.shock {
	background: #D6D6D6;
}
.match {
	background: #ccf;
}
