.pricingCaption {
	margin-bottom: 75px;
}

.pricingCaption h4 {
	font-weight: 300;
	margin-bottom: 8px;
	font-size: 24px;
	text-align: center;
}

.pricingTable {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
}	

	.pricingTable tr {
		padding-bottom: 0;
		padding: 0;
		box-sizing: border-box;
	}
	
		.pricingTable tr:nth-child(even) {
			background: #eee;
		}
	
		.pricingTable tr:first-child {
			border-bottom: 2px solid #555;
		}
		
		.pricingTable tr:last-child{
			border-top: 1px solid #555;		
		}
		
			.pricingTable tr:last-child td:first-child{
				background: none;
			}
	
		.pricingTable tr th,
		.pricingTable tr td {
			padding: 20px;
			text-align: center;
			width: 20%;
			border-right: 1px solid #bbb;
		}
		
			.pricingTable tr th {
				padding: 20px 10px;				
			}
			
			.pricingTable tr th p {
				font-size: 25px;
			}
		
			.pricingTable tr th:first-child,
			.pricingTable tr td:first-child {
				text-align: right;
				width: 40%;
			}
		
			.pricingTable tr th p,
			.pricingTable tr td p{
				padding: 0;
				margin: 0;
			}
			
			.pricingTable tr th p,
			.pricingTable tr td.heavy p {
				font-weight: 400;
			}