div#sheet table {
	width: 150%;
	table-layout: fixed;
}
div#sheet td,
div#sheet th {
	vertical-align: middle;
	text-align: center;
}
div#sheet td:first-child,
div#sheet th:first-child {
	vertical-align: top;
	text-align: left;
}
div#sheet p {
	margin: 0;
}
div#sheet p.links a {
	margin-right: 6px;
	white-space: pre-wrap;
	display: block;
	float: left;
}
