#graph {
	width:800px;
	height:400px;
}
#graph_container {
	width:800px;
	height:400px;
	background-color:white;
	border:solid black 1px;
	padding:10px;
	margin:10px;
}
.tickLabel { font-size:80%; }
#data_source {
	font-size: 80%;
	margin-top: 0px;
	text-align: right;
	width: 840px;
}
div#check_container {
	background-color:#FFA;
	display:inline-block;
	padding:5px;
}