body {
	font-family: Helvetica;
}
div#controlBar {
	font-size: 14px;
	text-align: center;
	line-height: 200%;
	padding: 10px;
	margin: 0;
	background-color: #ddd;
}
div#container {
	width: 1250px;
	margin: 0 auto;
}
div#content {
	text-align: center;
	margin: 40px;
}
table.center {
	border-spacing: 0;
	border-collapse: collapse;
}
div canvas {
	width: 600;
	height: 400;
}
td {
	background-color: black;
	padding: 6px 10px;
	border: 10px solid white;
}
td:first-child { 
	border-left: 0; 
}
td:last-child { 
	border-right: 0; 
}
h1 {
	font-size: 45px;
	margin-bottom: 0;
	font-weight: 800;
}
h1 span.subtitle {
	font-weight: 200;
}
h2 {
	font-weight: 600;
	font-size: 18px;
	color: white;
	text-align: center;
	padding: 0;
	margin: 0.5ex 0 1ex 0;
}
input {
	vertical-align: middle;
}
.micetype {
	font-size: 40%;
}