* { 
	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: #f1f1f1; 
	}
	th { 
		background: #515151;  font-size:14px;
		color: white;   
		font-weight: normal; 
	}
	td, th { 
		padding: 6px;  
		border: 1px solid #ccc; 
	    font-size:14px; 
	}