.chart-scroll {
	display: inline-block;
	margin: 17px 0px;
}
@media only screen and (max-width: 600px) {
.chart-scroll {
	overflow: scroll;
	overflow-y: scroll;
	padding: 40px 0px 0px 0px;
	display: block;
	margin: 25px 0px;
	position: relative;
}
.chart-scroll img, .chart-scroll table {
	width: 750px!important;
	max-width: 750px!important;
}
.chart-scroll:before {
	content: '\2190\00a0Scroll to view full chart\00a0\2192';
	position: absolute;
	font-size: 13px;
	background-color: #e1e1e1;
	padding: 6px 8px;
	margin: -35px auto 0px auto;
}
}
/* CLEARFIX */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}