* { 
	margin: 0; 
	padding: 0; 
}



	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 100%;  font-size:14px;
		border-collapse: collapse;   
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #eee; 
	}
	th { 
		background: #1FB5AC; 
		color: white;   
		font-weight: bold; 
	}
	td, th { 
		padding: 6px;  
		border: 1px solid #1FB5AC; 
		text-align: left; 
	}