* { 
	margin: 0; 
	padding: 0; 
}
body { 
	font: 14px/1.4 Verdana; 
}
#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) { 
		background: #eee; 
	}
	th { 
		background: #808080; 
		color: white; 
		font-weight: bold; 
	}
	td, th { 
		padding: 6px; 
		border-bottom:  1px solid #ccc; 
	}
        
        
	.table2 { 
		width: 100%; 
		border-collapse: collapse; 
                
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #eee; 
	}
	th { 
		background: #808080; 
		color: white; 
		font-weight: bold; 
	}

        
        
        
