.interactiveContainer {
	float: left;
	width: 100%;
	max-width: 800px;
	margin: 10px 0;
	padding: 10px 0;
	position: relative;
}
.chart {
	float: left;
	width: 95%;
	margin-left: 5%;
	height: 350px;
	position: relative;
	background: none;
	z-index: 100;
}
.interactiveContainer .left {
	position: absolute;
	left: 0;
	top: 5px;
	width: 95%;
	margin-left: 3%;
	height: 400px;
	color: #000;
	z-index: -1;
	text-align: left;
}
.ticks {
	color: #333;
	font-weight: 100;
	font-size: 14px;
}

@media screen and (max-width: 600px) {
	.ticks {
		font-size: 12px;
	}	
}

.leftItem { 
	width: 100%; 
	height: 10%; 
	position: relative; 
	margin-top: -4px; 
	margin-left: 9px;
	border-top: 1px solid #eee;
	z-index: -100;
	opacity: 0.8;
}
.leftItem:first-child {
	margin-top: 4px;
}
.leftNum {
	position: absolute;
	left: -29px;
	top: -10px;
}
.bottomLeft {
	margin-top: -17px;
	display: none;
}

.bottom {
	float: left;
	position: relative;
	margin-left: 14%;
	bottom: 0;
	margin-top: -10px;
	height: 103px;
	width: 85%;
	font-weight: 400;
	z-index: 100;
	color: #333;
}
.bottomItem { 
	position: absolute; width: 95px; text-align: left;
	color: #777;
	line-height: 11px;
	height: 30px;
	display:inline-block; 
	vertical-align: middle; 
	/*transform*/
	-webkit-transform:rotate(70deg);
	-moz-transform:rotate(70deg);
	-ms-transform:rotate(70deg);
	-o-transform:rotate(70deg);
	transform:rotate(70deg);
	-webkit-transform-origin:top left;
	-moz-transform-origin:top left;
	-ms-transform-origin:top left;
	-o-transform-origin:top left;
	transform-origin:top left;
}

#container {
	float: left;
	width: 100%;
	height: 300px;
	position: relative;
	margin: 20px 0;
}

.legendBox {
	position: absolute;
	float: left;
	width: 250px;
	height: 15px;
	left: 50%;
	top: 3px;
	margin-left: -125px;
}
.legendItem {
	float: left;
	width: 44%;
	padding: 3px 1%;
	height: 35px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.interactiveContainer {
	float: left;
	width: 100%;
	max-width: 800px;
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: "Source Sans Pro", Arial, sans-serif;
}
.graphicHeader {
	float: left;
	font-size: 23px;
	font-weight: 100;
	width: 100%;
	margin-bottom: 10px;
}
.explainer, .interactiveContainer p {
	float: left;
	font-size: 14px;
	width: 100%;
	font-weight: 400;
	color: #555;
	margin: 10px 0 10px;
	line-height: 18px;
}

.back {
	position: absolute;
	left: 10px;
	top: 2px;
	margin-right: 20px;
	font-weight: bold;
	margin-top: 4px;
	color: #444;
	font-size: 15px;
	cursor: pointer;
}
.back:hover {
	color: red;
}
.legendColor {
	background: #2C4C96;
	opacity: 0.6;
	margin-right: 5px;
	margin-top: 5px;
	width: 13px;
	height: 13px;
	float: left;
}

.red {
	background: #DE9292;
}
.pointer {
	position: absolute;
	background: rgba(24,61,97,0.5);
	cursor: pointer;
	border: 1px solid #183D61;
	-webkit-transition: height 300ms linear,top 300ms linear;
	-moz-transition: height 300ms linear,top 300ms linear;
	-o-transition: height 300ms linear,top 300ms linear;
	-ms-transition: height 300ms linear,top 300ms linear;
	transition: height 300ms linear,top 300ms linear;
}
.pointer:hover {
	background: rgba(24,61,97,1);
}
.bottomItem.selected {
	color: red;
}
.toolContainer {
	height: 40px;
	width: 100%;
	position: relative;
	float: left;
	margin-top: 20px;
}
.toolBar {
	float: left;
	clear: both;
	width: 276px;
	margin-left: -108px !important;
	padding-left: 50%;
	margin-left: 5%;
}
.toolItem {
	font-size: 13px;
	width: 120px;
}
.toolItem:first-child {
	width: 120px;
}
.tooltip {
	position: absolute;
	pointer-events:none;
	right: 10px;
	top: 20px;
	width: 150px;
	font-size: 16px;
	margin-left: 0;
	z-index: 100;
	text-align: left;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	opacity: 0;
	background: rgba(255,255,255,1);
	color: black;
	border-radius: 7px;
	border: 1px solid #ccc;
	padding: 10px 10px;
	box-shadow: 1px 1px 14px -3px #555;
	-moz-box-shadow: 1px 1px 14px -3px #555;
	-webkit-box-shadow: 1px 1px 14px -3px #555;
}
@media screen and (max-width: 600px) {
	.tooltip {
		font-size: 20px;
	}
	.bottomItem { 
		position: absolute; width: 95px; text-align: left;
		margin-left: 3px;
		vertical-align: middle; 
		/*transform*/
		-webkit-transform:rotate(90deg);
		-moz-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		-o-transform:rotate(90deg);
		transform:rotate(90deg);
	}
}

.kicker {
	margin: 10px 0 3px;
	text-align: left;
	margin-bottom: 2px;
	line-height: 11px;
	color: #C41010 !important;
}
.kicker:first-child {
	margin-top: 5px;
}
#item10000000 {
	border-bottom: 4px solid #000;
	pointer-events:none;
}