* { 
	margin: 0; 
	padding: 0; 
}


	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	.stable { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		
	}
	th { 
		background: #333; 
		color: white; 
		font-weight: bold; 
	}
	.td, th { 
		padding: 6px; 
		
		text-align:left; 
	}