#pricingTable {
	margin: 8px;
	width: 98%;
	border-collapse: collapse;
}

#pricingTable td {
	padding: 8px;
	background: #fff;
	font-size: 1.2em;	
	text-align: center;
	border: 1px solid #888;	
}

#pricingTable th {
	border: 1px solid #888;
	font-weight: bold;
	background: #bdc7d8;
	padding: 8px;
	font-size: 1.2em;	
	text-align: left;
}

#pricingTable th.left {
	padding-right: 38px;
}

#pricingTable th small {
	font-weight: normal;
	color: #666;
}