* { 
	margin: 0; 
	padding: 0; 
}

#page-wrap {
	margin: 50px;
}
p {
	margin: 20px 0; 
}


table td,table th{padding:16px 10px;text-align:left; width: 40%;    vertical-align: top;}

@media (max-width: 1024px) {
	table td,table th {padding: 41px 8px 20px 6px; border-bottom: 0px; border-top: 0px;} 
	td:before {left: 4px; font-weight: bold;text-decoration: underline; padding-top: 10px; }
	}
	
	
@media (max-width: 767px) {
	table td,table th {width: 100% !important; } 
	
	}
	
	
	width: 100% !important;
	
	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 100%; 
		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; 
	}