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