* { 
	margin: 0; 
	padding: 0; 
}



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