<style>
	.footable {
		width: 40%;
		font-family: 'trebuchet MS' , 'Lucida sans' , Arial;
		font-size: 10px;
		color: #444;
		border: solid #ccc 1px;
		border-collapse: separate;
		border-spacing: 0;
	}
	table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	tr:nth-of-type(odd) { 
		background: #eee; 
	}
	th { 
		background: #333; 
		color: white; 
		font-weight: bold; 
	}
	td, th { 
		padding: 3px; 
		border: 1px solid #ccc; 
		text-align: center; 
		font-size: 11.5px;
	}
</style>