﻿.price-points {
	margin-top: 20px;
}

.price-title {
	font-weight: bold;
	font-size: 1.2em;
	color: Black;
	text-align: center;
}

.price-text {
	text-align: center;	
}

.plan-block {
	height: 200px;
	width: 100%;
	background: #201f1f;
	text-align: center;
	color: White;
}

#table-a tr td.left {
	text-align: left;
}

#table-a tr td {
	text-align: center;
}

form input.submit {
	margin: 0 auto;	
}



