#content_wrapper{
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

#utr_infodata{
	margin-bottom: 15px;
}

#graph_query{
	display: block;
	width: 95%;
	margin: 10px 30px 10px auto;
}

#graph_query .controls{
	width: 20%;
	height: 30px;
	margin-right: 0.5%;
	float: left;
}

.btn_control
{
	width: 10% !important;
}

#report{
	margin: 30px 0 20px 0;
	width: 90%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

#report th{
	color: #fff;
	background-color: #3a66af;
	height: 40px;
	border: 1px solid #ccc;
	font-size: 14px;
	width: 15%;
}

#report th:nth-child(1){
	width: 10%;
}

#report td{
	border: 1px solid #ccc;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;	
}

@media only screen and (max-width: 1023px) {
	
	#graph_query{
		width: 98%;	
	}
	
	#graph_query .controls{
		display: block;
		width: 98% !important;
		height: 30px !important;
		margin: 15px auto 30px auto !important;
		float: none !important;
	}
	
	#report{
		margin: 30px auto 20px auto;
		width: 95%;
		border-collapse: collapse;
		border: 1px solid #ccc;
	}

	#report th{
		color: #fff;
		background-color: #3a66af;
		height: 40px;
	}
	
	#report th:nth-child(1){
		border: 1px solid #ccc;
		width: 30%;
	
	}
	
	#report th:nth-child(2),
	#report th:nth-child(3)
	{
		border: 1px solid #ccc;
		width: 35%;
	}
	
	#report td{
		border: 1px solid #ccc;
		text-align: center;
		padding-top: 6px;
		padding-bottom: 6px;	
	}
	
} 