* { 
	margin: 0; 
	padding: 0; 
}



	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 100%;  font-size: 14.5px;
		border-collapse: collapse;   
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #f1f1f1; 
	}
	th { 
		background: #8C2D0E;  font-size: 14.5px;
		color: white;   
		font-weight: normal; 
	}
	td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
	    font-size: 14.5px; 
	}