body {
	font-size: 11px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	vertical-align: middle;
	/*background: #7f2220;*/
	fill: white;
	color: white;	
	cursor:default;
}
.form-control {
	font-size: 11px;
	background-color: #E8E8E8;
}
.dropdown-menu {
	font-size: 11px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover {
	background-color: #9C9C9C;
}
#slider {
	position: absolute;
	top: 80px;
}
a {
	text-decoration: none;
	color: #6E6E6E;
}
.axis path,
.axis line {
  fill: none;
  stroke: white;
  shape-rendering: crispEdges;
}
.legend {
  font-size: 11px;
  font-weight: 300;
}
.legendTitle {
  font-family: Oswald;
  font-size: 14px;
  font-weight: 300;
}	
.yearTitle {
  font-family: Oswald;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}