* { 
	margin: 0; 
	padding: 0; 
}
body { 
	color: #111;
	font-size: 14px;
	font-family: "Karma", arial, sans-serif;
	line-height: 1.6;	
	-webkit-font-smoothing: antialiased;
}
#page-wrap {
	margin: 50px;
}
p {
	text-align: center; 
}

	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 60%; 
		margin: 0 auto;
		border-collapse: collapse; 
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #eee; 
	}
	th { 
		background: #333; 
		color: white; 
		font-weight: bold; 
	}
	td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}