/* CHARTS CSS */

.chart-container {
	width: 90%;
	overflow: hidden;
	height: 300px;
	padding: 10px 5%;
	background: #FFF;
}

.chart-container6 {
	width: 90%;
	overflow: hidden;
	height: 230px;
	padding: 10px 5%;
	background: #FFF;
}

.chart-placeholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}
