
body { 
	font-family:Arial, sans-serif;
}

p {
	margin: 20px 0; 
}

	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #eee; 
	}
	th { 
		background: #E0F1FC; 
		color: #000; 
		font-weight: 500; 
	}
	td, th { 
		padding: 6px; 
		border: 1px solid #8FCEF2; 
		text-align: center; 
	}
.space_1{
	margin:4% 0;
}
tr.snocls th{
	font-size:12px;
}