	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table.units { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #fff; 
	}
	th.unitsth { 
		background: #fff5e9; 
		color: white; 
		font-weight: bold; 
	}
	td, th { 
		padding: 6px 0px 6px 0px; 
		border: 1px solid #3c5ba6; 
		text-align: center; 
	}