#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;
}

#table_container{
	width: 95%;
	overflow: auto;
	margin: 30px auto 20px auto;
	border: 1px solid #aaa;
}

#report{
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

#report th{
	color: #fff;
	background-color: #3a66af;
	border: 1px solid #ccc;
	height: 40px;
	width: 100px;
	white-space: nowrap;
}

#report th:nth-child(1){
	width: 150px;
}

#report td{
	border: 1px solid #ccc;
	text-align: center;
	font-size: 10px;
	height: 40px;
	vertical-align: middle;
	white-space: nowrap;
}

@media only screen and (max-width: 1023px) {
	
	#graph_query{
		width: 98%;	
		margin: 15px auto 0 auto !important;
	}
	
	#graph_query .controls{
		display: block;
		width: 98% !important;
		height: 40px !important;
		margin: 15px auto 30px auto !important;
		float: none !important;
	}
	
	#table_container{
		width: 95%;
		overflow: auto;
		margin: 0 auto 20px auto;
	}	
	
	#report{
		font-size: 12px;
		min-width: 150%;
		border-collapse: collapse;
		border: 1px solid #ccc;
	}
	
	#report th{
		color: #fff;
		background-color: #3a66af;
		border: 1px solid #ccc;
		height: 40px;
		width: 100px;
		white-space: nowrap;
	}
	
	#report th:nth-child(1){
		width: 150px;
	}
		
} 