@charset "utf-8";
/* CSS Document */

* { 
	margin: 0; 
	padding: 0; 
}
body { 
	font: 14px/1.4 Georgia, Serif; 
}
#page-wrap {
	margin: 50px;
}
p {
	margin: 20px 0; 
}

	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		
	}
	th { 
		
		color: white; 
		font-weight: bold; 
	}
	td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}.prod {
	font-family: tahoma;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #006B9F;
	margin-right: auto;
	margin-left: auto;
}
