body {
	background-color: #ededeb;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

h1 {
	font-size: 30px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	text-align: left;
	color: dimgrey;
}


.text {
	padding: 0 1%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 0px;
	background-color: #ededeb;
	text-align: left;
	text-indent: 30px;
}

.path {
	opacity: 0.75;
	stroke: dimgrey;
}

.path:hover {
	opacity: 1;
	cursor: crosshair;
}

.capital circle {
	stroke: dimgrey;
	stroke-opacity: 0.75;
	fill: lightgrey;
	opacity: 0.75;

}

/* Hover pseudoclass is applied to the GROUP,
   although visual changes occur on the child
   elements WITHIN each group */
.capital:hover circle {
	stroke-width: 1.5px;
	stroke: dimgrey;
	stroke-opacity: 1;
	cursor: crosshair;
	opacity: 1;
}

.capital:hover text {
    fill: red;
	font-weight: 700;
	font-size: 18px;
}

.capital:hover tspan {
	fill: dimgrey;
	font-weight: 300;
	font-size: 16px;
}	

.legend {
	font-size: 12px;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	color: dimgrey;
}

.rect {
	opacity: 0.75;
	stroke: lightgrey;
	stroke-width: 0;

}

#wrapper {
	width: 50%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#content {
	padding: 0;
	background-color: #ededeb;
	margin: 0 1%;
	text-align: center;
}
