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