/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
.datagrid table {
	border-collapse: collapse; 
	text-align: left; 
	width: 100%; 
	}

.datagrid {
	background: #09214d;
	overflow: hidden;
	}

.datagrid table td, .datagrid table th { 
 padding: 5px 10px; 
 }

.datagrid table thead th {
 background-color:#061633; 
 color:#FFFFFF; 
 font-size: 14px; 
 font-weight: bold;
	text-align: center; 
 }

.datagrid table thead th:first-child { 
 border: none; 
 }

.datagrid table tbody td { 
 color: #FFFFFF; 
 font-size: 14px;
 font-weight: normal; 
	text-align: center;
 }

.datagrid table tbody .alt td { 
 background: #061633; 
 color: #FFFFFF; 
 }

.datagrid table tbody td:first-child { 
 border-left: none; 
 }

.datagrid table tbody tr:last-child td { 
 border-bottom: none; 
 }