/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
		
		
body {
    font-family: 'Inconsolata', Monaco, "Lucida Console", Consolas, "Courier New";
	font-size: 14px;
}

.clr { clear:both; }
	
#main-wrapper {
	width: 1090px;
}

#filters { 
	margin-left: 39px;
}

#filters .demo {
	float: left;
	width: 162px;
	height: 26px;
	text-align: center;
	padding: 10px 0;
/*	text-transform: uppercase;*/
	font-size: 14px;
	cursor: pointer;
	border-top: 4px solid #fff;
	margin-left: 1px;
}
#filters .demo:hover {
	background: #f0f0f0;
}
#filters .demo.current {
	border-top: 4px solid #000;
	background: #f0f0f0;
}
#filters .sep {
	border-left: 1px solid #ccc;
	height: 46px;
	float: left;
	margin: 4px 22px 0 27px;
}


.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
.axis {
	/* No select */
	pointer-events: none;
}
.y.axis .domain { display: none; }

path.layer:hover {
	stroke: #333;
	shape-rendering: crispEdges;
}

#currcause {
	font-size: 2.0em;
	text-anchor: middle;
}
#currpct {
	font-size: 3.0em;
	text-anchor: middle;
}
#reset { text-anchor: middle; }
#currmeta { text-anchor:middle; }
#previous { text-anchor: end; }
.navbutton { cursor: pointer; fill: #821122; }
.navbutton:hover {
	border-bottom: 1px solid #000;
}

.layerlabel {
	fill: #fff;
	text-anchor: middle;
	
	/* No select */
	pointer-events: none;
}
.layerlabel.hidden {
	display: none;
}