html {
	overflow-x: hidden;
	overflow-y: scroll;
	}
body {
	font-family: Open Sans;
	font-size: 11pt;
	color: #333;
	line-height: 1.5em;
	}
h1, h2 {
	font-weight: normal;
	color: rgb(49, 112, 143);
	}
h1 {
	margin-top: 0em;
	margin-bottom: 0.25em;
	font-size: 1.6em;
	color: #555;
	}
h2 {
	margin-bottom: -0.25em;
	font-size: 1.3em;
	}
canvas {
	border: 1px solid #ccc;
	display: inline-block;
	}
select {
	border: 1px solid #ccc;
	}
option {
	font-family: Open Sans;
	color: #333;
	}
div, option {
	font-size: 1em;
	}
#grid table {
	border-collapse: collapse;
	display: inline-block;
	text-align: center;
	}
#grid td {
	font-size: 0.7em;
	width: 25px;
	height: 25px;
	text-align: center;
	vertial-align: middle;
	border: 1px solid #ccc;
	}
.empty {
	color: #eee;
	}
#huepic {
	float: left;
	height: 280px;
	}

option:disabled {
	color: #ccc;
	}
#top {
	padding: 5px;
	background: #ccc;
}
#yearclass {
	padding: 5px; 
	background: #ddd;
	}
#settings {
	padding: 5px;
	background: #eee;
	}
.canvases {
	vertical-align: top;
	margin-top: 0;
	padding: 0;
	}
.canvases h2 {
	margin-top: 0;
	margin-bottom: 0.25em;
	text-align: center;
	}
.caption {
	margin-top: -0.25em;
	text-align: center;
	}
.chart {
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	}
.note {
	margin: 0;
	font-size: 0.9em;
	font-style: italic;
	color: #999;
	}
#measures {
	width: 720px;
	border-collapse: collapse;
	margin-left: 0.75em;
	}
#measures th, #measures td {
	border: 1px solid #ccc;
	padding: 2px 8px;
	font-size: 0.9em;
	line-height: 1.3em;
	}
#exampleplot {
	float: right;
	width: 250px;
	margin-left: 10px;
	}