.chartContainer {
	float: left;
	width: 100%;
	height: 340px;
	position: relative;
	margin-bottom: 20px;
}
.bottomContainer {
	float: left;
	width: 100%;
	margin:10px 0 20px;
	font-size: 11px;
	color: #888;
}
.bottomTop {
	float: left;
	width: 100%;
	border-bottom: 2px solid #333;
	margin-left: 3px;
}
.bottomBottom {
	float: left;
	width: 100%;
	font-size: 17px;
	color: #333;
	font-weight: 100;
	margin-left: 3px;
	font-size: 14px;
	text-transform: uppercase;
}

.bottomItem {
	float: left;
	width: 20%;
	text-align: center;
}
.bar {
	position: absolute;
	background: #4787D1;
	bottom: 0;
	height: 3px;
	font-weight: bold;
	width: 12%;
	margin: 0 4%;
	margin-top: 6px;
	text-align: center;
	font-size: 13px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.bar.nolimit {
	background: rgba(0,0,0,0);
}
.bar02 {
	left: 20%;
}
.bar23 {
	left: 40%;
}
.bar34 {
	left: 60%;
}
.bar45 {
	left: 80%;
}
.toolItem {
	min-width: 21px;
}
.fullLine {
	position: absolute;
	left: 0;
	z-index: -1;
	border-bottom: 1px dotted #999;
	opacity: 0.3;
	width: 100%;
	font-size: 10px;
	color: #000;
	z-index: 100;
}
.barWord {
	margin-top: -14px;
}
.vertLine {
	position: absolute;
	bottom: 0;
	height: 390px;
}
.toolbar {
	margin: 10px 0 20px !important;
	width: auto !important; 
	clear: right;
	min-width: 200px;
}
.kickerHighlight {
	float: left;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	width: 20%;
	text-align: center;
	text-transform: uppercase;
}
@media screen and (max-width: 600px) {
	.bottomBottom {
		float: left;
		width: 100%;
		font-size: 13px;
		color: #333;
		font-weight: 700;
	}
	.kickerHighlight {
		float: left;
		color: #333;
		font-weight: 700;
		font-size: 13px;
	}
}
b.explainer {
	font-weight: bold;
	font-family: Merriweather,Cambria,"Palatino Linotype",Baskerville,"Lucida Bright",Georgia,Times,serif !important;
	font-size: 13px;
	line-height: 20px;
	color: black;
	margin: 18px 0 15px;
}
.firstletter {
	float: left;
	margin: 8px 11px 2px 0;
	font-size: 40px;
	font-weight: bold;
	font-family: Merriweather,Cambria,"Palatino Linotype",Baskerville,"Lucida Bright",Georgia,Times,serif
}
.firstletter2 {
	float: left;
	margin: -3px 11px 2px 0;
	font-size: 40px;
	font-weight: bold;
	font-family: Merriweather,Cambria,"Palatino Linotype",Baskerville,"Lucida Bright",Georgia,Times,serif
}