body {
	color: black;
	background: white;
	font-family: sans-serif;
}
table {
	border-collapse: collapse;
	border: 1px solid black;
}
td, th {
	border: 1px solid black;
	padding: 5px;
}
td.num {
	text-align: right;
}
.even {
	background-color: #ddd;
}
.lastsync {
	font-size: smaller;
}
.probmatrix {
	float: left;
}
.scenario {
	float: left;
	padding-left: 1em;
	margin: 0;
	width: 20em;
	height: 15em;
}
.scenario object {
	width: 100%;
	height: 100%;
}
.unmarkedlink {
	color: inherit;
	text-decoration: inherit;
}
