.chartContainer {
	float: left;
	width: 100%;
	height: 400px;
	position: relative;
	margin-top: 10px;
}
.backShade {
	position: absolute;
	bottom: 0;
	height: 100%;
	opacity: 0.6;
	padding: 3px;
	border-left: 3px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	pointer-events: none;
}
.ball {
	background: rgba(245,243,165,1);
	position: absolute !important;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	font-weight: bold;
	min-width: 60px;
	max-width: 33%;
	border-radius: 3px;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	-ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ball:hover {
	background: rgba(255,255,0,1);
}
.ball.canceled {
	/*	opacity: 0;*/
	height: 0px !important;
	color: rgba(0,0,0,0);
	border: 0px #000 solid;
	pointer-events: none;
}
.ballWord {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	width: 100%;
	text-align: center;
}
#fy14 {
	left: 0%;
	width: 83.333333333333%;
	border-left: dashed 2px #000;
	z-index: 100;
	height: 80%;
	color: black;
}
#fy15 {
	left: 33.333333333%;
	width: 83.333333333333%;
	border-left: dashed 2px #000;
	z-index: 100;
	height: 80%;
	color: black;
}
#fy17 {
	left: 66.6666666666666%;
	width: 33.333333333333%;
	border-left: dashed 2px #000;
	z-index: 100;
	height: 80%;
	color: black;
}
#election {
	left: 11.794520567%;
	border-left: dashed 2px #000;
	z-index: 100;
	height: 80%;
	color: black;
}
.dBar {
	background: #fff;
	opacity: 1;
	text-align: center;
	top: 50%;
	padding-top: 0px;
	bottom: auto;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	-webkit-transition: all 2400ms linear;
	-moz-transition: all 2400ms linear;
	-o-transition: all 2400ms linear;
	-ms-transition: all 2400ms linear;
	transition: all 2400ms linear;
}
#deficit15 {
	left: 33.3333333333333333%;
	width: 33.3333333333333333%;
	border: 3px solid #3FA657;
	border-top: 0px solid #fff;
	margin-right: -1px;

}
#deficit16 {
	left: 66.666666667%;
	margin-left: -1px;
	width: 33.3333333333333333%;
	border: 3px solid #3FA657; 
	border-top: 0px solid #fff;
}
.barWord {
	position: absolute;
	bottom: -100%;
	width: 100%;
	font-weight: bold;
	z-index: 1000;
	opacity: 0.4;

}
#now {
	position: absolute;
	left: 1%;
	bottom: 50%;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: -5px;
	margin-top: -5px;
	-webkit-transition: all 2400ms linear;
	-moz-transition: all 2400ms linear;
	-o-transition: all 2400ms linear;
	-ms-transition: all 2400ms linear;
	transition: all 2400ms linear;
}
.person {
	width: 15px;
	margin-bottom: -3px;
}
#negative {
	left: 0;
	width: 100%;
	height: 200px;
	background: #9E8B72;
	opacity: 0.5;
	border-left: none;
	z-index: -100;
	border-top: #3FA657 8px solid;
}
.hint--bounce:before, .hint--bounce:after {
	white-space: pre !important;
}
.hint:after, [data-hint]:after {
	white-space: pre !important;
	font-size: 14px !important;
	line-height: 17px !important;
	font-weight: 100 !important;
	text-shadow: none !important;
}
.timelineContainer {
	float: left;
	width: 100%;
	height: 30px;
	margin-top: 2px;
}
.timelineBlock {
	float: left;
	color: black;
	width: 16.66666666667%;
	font-size: 13px;
	font-weight: 100;
	padding-left: 3px;
	border-left: 2px solid #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.stage {
	display: none;
}
.deficitWord {
	position: absolute;
	bottom: 10px;
	width: 100%;
	margin-bottom: -57px;
}
.deficitNumber {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin-top: -5px;
	color: black;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
	color: red;
}
.deficitNumber.redded {
	color: black;
}
.chartWordContainer {
	float: left;
	width: 100%;
	position: relative;
	height: 50px;
	margin-bottom: 20px;
}
.chartWords {
	float: left;
	width: 100%;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	display: table-cell; 
	vertical-align: middle; 
	position: absolute;
	top: 13px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 600px) {
	.chartWords {
		font-size: 14px;
	}
}

.startover {
	background: #E9EFF5;
	padding: 8px 1.3% 8px;
	margin: 0 auto;
	width: 50px;
	border: #aaa solid 1px;
	cursor: pointer;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
	margin-top: 10px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}
.startover:hover {
	background: #D1EAFF;
}
.dotContainer {
	float: left;
	width: 100%;
	font-size: 60px;
	line-height: 18px;
	text-align: center;
}
.dotItem {
	color: #ccc;
}
.dotItem.added {
	color: #000;
}
.arrow {
	position: absolute;
	left: 50%;
	width: 50px;
	top: 0;
	margin-left: -25px;
}
.arrowContainer {
	position: absolute;
	left: -25px;
	width: 100px;
	top: 0;
	height: 100%;
}
.arrowContainer .startover {
	position: absolute;
	left: 75%;
	width: 50px;
	top: 0;
}
.arrowContainer .startover:first-child {
	position: absolute;
	left: 25%;
	width: 50px;
	top: 0;
}
.arrowContainer .firstStart {
	background: #eee;
	color: #ccc;
	pointer-events: none;
	cursor: normal;
}
.graphicHeader {
	text-align: center;
}
.nowWord {
	width: 100%;
	float: left;
	margin-left: -5px;
}
.aDeficit {
	background: #EB5757;
}