body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
}
#ledgend {
	padding: 10px;
}
#sequence text {
	font-weight: 600;
	fill: #fff;
}
#legend text {
	font-weight: 400;
	font-size: 13px;
	fill: #666;
}
#legendHeading {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 1.4em;
	margin-top: 150px;
}
#chart path {
	stroke: #fff;
}
#explanation {
	position: absolute;
	top: 246px;
	left: 247px;
	width: 140px;
	text-align: center;
	color: #666;
	z-index: -1;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
}
#percentage, #amount {
	font-size: 2em;
}
#summary {
	padding: 10px 0 0 3px;
}
#navbarMain {
 padding-top: .25rem;
 padding-bottom: .25rem;
	margin-right: 1rem;
	font-size: 0.9rem;
	line-height: inherit;
	white-space: nowrap;
}
.about {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	color: #666;
	line-height: 1.8em;
}
.about h1 {
	font-size: 2em;
	font-weight: 700;
	margin: 20px 0 20px 0;
	line-height: 1.4em;
}

.about h1.with-subheader {
	margin: 20px 0 0 0;
}
.about h2 {
    font-size: 1.4em;
	margin: 0 0 32px 0;
}

.license {
	margin: 20px 0 20px 0;
}
.nav-link {
	font-size: 1.2em;
	font-weight: 900;
	padding: 0.8em 2.8em;
}
.panel-info-like {
	background-color: #d9edf7;
	border-bottom: 1px solid #bce8f1;
}
.instructions {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	color: #999;
	font-style: italic;
	position: absolute;
	top: 20px;
}
#deviceNotSupported {
	visibility: hidden;
	display: none;
	width: 0;
	height:0;
	position: inherit;
	top: auto;
	left: auto;
}

@media screen and ( max-width: 991px ) {
#legendHeading {
	margin-top: 0;
}
 #legendWrapper {
	margin-left: 20px;
}
 #deviceNotSupported {
	visibility: visible;
	display: initial;
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	padding: 20px;
	margin: 0;
}
 .container {
	display: none;
}
}
