.chart-scroll {
	margin: 17px 0px;
}
@media only screen and (max-width: 600px) {
.chart-scroll {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-y: none;
	padding: 24px 0px;
	display:block;
	margin: 17px 0px;
}
.chart-scroll img {
	width: 750px!important;
}
.chart-scroll table {
	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;
}
}