.data-chart-control{
	width: 100%; 
	height: 70px;
	margin-top:20px;
}

.data-chart-linechart{
  width: 100%;
  height: 50%
}
@media only screen and (max-width : 1024px) {
	#controls{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		    -ms-flex-direction:column;
		        flex-direction:column;
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
	}
	.data-chart-control{
		display:none;
	}
	.data-chart-control, #aggregated-info{
		width:100%;
	}
	#controls input{
		-ms-flex-item-align:center;
		    align-self:center;
	}
	#controls label{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack:space-evenly;
		    -ms-flex-pack:space-evenly;
		        justify-content:space-evenly;
		width:100%;
	}
}