html,
body {
	font-family: sans-serif;
	font-size: 10pt;
}

#site-controls {
	display: none;
}

.yearGroup {
	display: inline-block;
	margin-right: 0.5em;
}

.decadeControl {
	display: inline-block;
	margin-right: 1em;
}

.latestChart {
	width: 100%;
	height: 300px;
}

.master_chart {
	width: 100%;
	height: 300px;
}

.controls {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	min-width: 500px;
}

.controls>div {
	padding: 1.2em;
}

#credits {
	width: 100%;
	font-size: 8pt;
	text-align: center;
}

.chartBorder {
	width: 48%;
	border: 1px solid #ddd;
	box-shadow: 3px 3px 3px #999;
	margin-bottom: 10px;
	display: inline-block;
}

@media screen and (max-width: 1000px) {
	.chartBorder {
		width: 98%;
	}
}

.chartTitle {
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
}

#recent-value {
	width: 80%;
	padding-bottom: 0.5em;
}

#recent-value-title {
	width: 100%;
	font-weight: bold;
	font-size: 120%;
}

#recent-value-value {
	font-weight: bold;
	font-size: 300%;
	color: #000066;
}

#recent-value-date {
	font-weight: bold;
	font-size: 150%;
	color: #000066;
}

#recent-value span {
	width: 100%;
	display: block;
	text-align: center;
}

#recent-value-verdict {
	font-weight: normal;
	font-style: italic;
}

#recent-value-daterange {
	padding-top: 1em;
	display: inline-block;
}

span.updateDateRange {
	padding: 0.6em;
	border: 1px solid #eee;
	color: #eee;
	width: auto;
	cursor: pointer;
}

.updateDateRange.dateRangeUpdated {
	border: 1px solid #000;
	color: #000;
	display: inline-block;
}