#main {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding-top:50px;
}

#sequence {
	height: 70px;
}

#sequence text, #legend text {
	font-weight: 600;
	fill: #fff;
}

#chart {
	position: relative;
}

#chart path {
	stroke: #fff;
}

#explanation {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 160px;
	height: 30px;
	margin-left: -80px;
	margin-top: -30px;
	color: #666;
}

#percentage {
	font-size: 21px;
}

