#chart {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #FFFFFF;
	fill: #FFFFFF; 
	text-align: center;
	cursor: default;
}

a,
a:hover {
	color: #FFFFFF;
}

.title {
	font-family: 'Oswald', sans-serif;
	color: #000000;
	text-align: left;
}

#topTitle {
	font-size: 36px;
	line-height: 1.2;
}

#subTitle {
	text-align: left;
	margin-bottom: 20px;
	font-size: 16px;
	color: #000000;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

#topText{
	text-align: left;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 11px;
	/*margin-bottom: 10px;*/
	line-height: 1.5;
	color: #000000;
}

#searchTitle {
	font-size: 20px;
	margin-bottom: 10px;
}

.form-control {
	font-size: 11px;
	font-family: 'Merriweather Sans', sans-serif;
}

.dropdown-menu {
	font-size: 11px;
	font-family: 'Merriweather Sans', sans-serif;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus  {
	background-color: #7D7D7D;
}

#legendTitle {
	text-align: left;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 5px;
	font-size: 13px;
	color: #FFFFFF;
}

#legendText {
	text-align: left;
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 1.5;
	font-family: 'Merriweather Sans', sans-serif;
	color: #FFFFFF; /*#7D7D7D;*/
}

.legendCircle {
	stroke-width:1;
	stroke:#FFFFFF;
	stroke-dasharray:2 2;
	fill:none;
}

.legendLine {
	stroke-width: 1;
	stroke: #FFFFFF;
	shape-rendering: crispEdges;
}

.legendTitle {
	fill: #FFFFFF; /* #333333;*/
	font-family: 'Oswald', sans-serif;
	text-anchor: middle;
	font-size: 14px;
}

.legendSubTitle {
	color: #FFFFFF;
	text-anchor: middle;
	font-size: 10px;
	line-height: 1.2;
	font-family: 'Merriweather Sans', sans-serif;
}

.legendText {
	text-anchor: start;
	font-size: 9px;
	color: #FFFFFF;
}

#attribution {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 12px;
	/*bottom: 0px;
	position: fixed;*/
	color: #000000; /*#bfbfbf;*/
	font-family: 'Merriweather Sans', sans-serif;
}

@media (min-width: 768px) {
	#loadText {
		font-size: 24px;
		top:40%;
	}
}

.nodeTooltip {
	color: #000000;
	font-family: 'Oswald', sans-serif;
	text-anchor: middle;
	font-size: 12px;
	text-align: center;
}

.popover{
	text-align: center;
	pointer-events: none;
}
