@charset "UTF-8";
.table_positioning {
	margin: 0px auto;
	text-align: center;
	width: 90%;
	padding-bottom: 20px;
}
/* CSS Document */
.datatable {
	border: 1px solid #338BA6;
	border-collapse: collapse;
	width: 100%;
	text-align: left;
} 
.datatable td, .datatable th {
	border: 1px solid #73C0D4;
} 
caption {
	display: none;
	color: #0000FF;
	bottom: 0px;
	
}
.table_header {
	font-variant: small-caps;
	background: #E8ECF2;
}
.datatable caption {
	color: #0083BB;
}

