table.table {
	width: 100%;
	border: none;
}	
	
	table.table td {
		text-align: center;
	}
	
	table.table tr.header {
		color: #ffffff;
	}
	
		table.table tr.header td {
			background-color: #1B1B1B;
			text-align: center;
		}
	
	table.table tr td {
	}
	
	table.table tr.odd td {
		background-color: #eeeeee;
	}
	
	table.table tr.data:hover td {
	}
