body {
	font-family:sans-serif;
}
a {
	text-decoration:none;
	color:#384060;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
table {
	border-collapse:collapse;
	padding:4px;
	margin:8px auto 0 auto;
	width:100%;
}
table.sheet td, table.sheet th {
	text-align:right;
}
table.sheet th {
	font-size:.85em;
}
table.sheet tr.aggregate td {
	border-top:solid 1px #384060;
}
table.sheet td {
	font-size:.75em;
	vertical-align:middle;
	padding-top:2px;
	padding-bottom:2px;
}
table.sheet a {
	font-weight:normal;
}
table.sheet td:first-child, table.sheet th:first-child, table th.text, table td.text {
	text-align:left;
}
table th.data, table td.data {
	text-align:right;
}
table td.conditions a {
	font-weight:normal;
}
table th.numeric {
	max-width:100px;
}
table.sparse {
	max-width:500px;
}
td {
	vertical-align:top;
	border-top:dotted 1px #b8c0e0;
	text-align:center;
}
th {
	text-align:center;
	padding:1px 4px;
	border-bottom:solid 4px #384060;
}
th.ascending, th.descending {
	cursor:pointer;
}
th.data {
	text-align:center;
}
tr.first td {
	border-top:solid 4px #384060;
}
td.originator {
	text-align:right;
	font-size:.7em;
	padding-top:5px;
	padding-right:16px;
}
td.round {
	font-size:.85em;
}
td.repeat {
	border-top:none;
}
table.horizontal td, table.horizontal th {
	border:none;
}
table.horizontal th {
	text-align:right;
}
table.horizontal td {
	text-align:left;
}
.aside {
	font-size:.7em;
	opacity:.6;
}

div.heat {
	padding:2px 2px;
	width:60px;
	margin:auto;
}
div.heat .container {
	display:block;
	height:100%;
	width:100%;
}
rect {
	stroke:#909090;
	stroke-width:1;
}
div.heat svg {
	display:block;
	margin:auto;
}
div.heat svg text {
	text-anchor:middle;
	font-size:small;
	font-weight:bold;
}
.heading {
	font-weight:bold;
}
h1 {
	font-size:1em;
	text-align:left;
	background-color:#384060;
	color:#ffffff;
	margin:6px 0;
	padding:4px;
}
p {
	font-size:.9em;
	margin:12px 4px;
}
h1:first-child {
	margin-top:0;
}
img.prev {
	height:12px;
	width:12px;
	transform:rotate(180deg);
}
img.next {
	height:12px;
	width:12px;
}
