* { 
	margin: 0; 
	padding: 0; 
}
body { 

}
#page-wrap {
	margin: 20px;
}


	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
tr:nth-of-type(odd) {
	background: #e2f5f7;
}
th {
	background: #0a3a67;
	color: white;
	font-weight: bold;
	line-height: 50px;
	font-size:16px
}
td, th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	color: #0a3a67;
	font-size: 15px;
}

