.interactiveContainer {
	position: relative;
}
.chartContainer {
	float: left;
	width: 100%;
	height: 400px;
	position: relative;
	margin-top: 30px;
	border-bottom: 2px solid #000;
}
.bar, .barHolder {
	text-align: center;
	border-bottom: 4px solid #333;
	position: absolute;
	width: 75px;
	font-size: 15px;
	font-weight: bold;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.barHolder {
	z-index: -20;
	color: #FAD9D9;
	border-bottom: 4px dotted #0015FF;
	opacity: 0.3;
}
.bar {
	text-shadow: 1px 1px 7px #eee;
}
.wideDecor {
	position: absolute;
	border-bottom: 1px dashed #ddd;
	font-size: 14px;
	color: #000;
	left: 0;
	width: 100%;
	z-index: -10;
	font-weight: 100;
	padding-left: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.negCont {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(220,235,247,0.8);
	z-index: -100;
}
.bottomTickContainer {
	float: left;
	width: 100%;
	padding-top: 10px;
	height: 30px;
}
.bottomTicks {
	position: absolute;
	width: 75px;
	text-align: center;
	font-weight: bold;
	font-size: 21px;
}
.barKicker {
	float: left;
	width: 100%;
	font-size: 11px;
	letter-spacing: -0.1px;
	text-transform: uppercase;
	font-weight: bold;
}
.asterisk {
	float: left;
	width: 100%;
	font-size: 13px;
	color: #aaa;
	margin: 10px 0;
	text-align: center;
}
.toolItem {
	width: 120px;
	font-weight: bold !important;
}
.toolbar {
	width: 240px;
	padding-left: 50%;
	margin-left: -140px;
}