* { 
	margin: 0; 
	padding: 0; 
}



	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table {   
		width: 100%;  font-size:16px;
		border-collapse: collapse;   
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #f1f1f1;  
	}
	th { 
		background: #3B2490;  font-size:16px;
		color: white;   font-family: 'Raleway', sans-serif;
		font-weight: normal; 
	}
	td{  
		padding: 8px;   color:#333;
		border: 1px solid #ccc; 
	    font-size:16px; 
	}
	th {  
		padding: 8px;    
		border: 1px solid #ccc; 
	    font-size:16px; 
	}