* { 
	margin: 0; 
	padding: 0; 
}
#page-wrap {
	margin: 50px;
}
p {
	margin: 2px 0; 
}

	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	#table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
  #table tr:nth-of-type(odd) { 
		background: #eee;
		height:50px;
	}
  .Tableheader{ 
		background: #4d4df9; 
		color: white; 
		font-weight: bold; 
	}
	#table td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}
 #table #descrition	.s1 {
	font-size: 8p;
	}
 #table #descrition	.s2 {
	color: rgb(128, 0, 0); 
	font-size: 10pt; 
	font-weight: bold; 
	float:right;
	}