.pricing p label {
	font-size: 16px;
	color: black;
	display: block;
	padding-bottom: 7px;
}

.pricing p #table {
	margin-top: 8px;
	border: #5e477b;
	border-style: solid;
	border-width: 1px;
}

.pricing p #table td {
	color: #6e6e6e;
	text-align: center;
	padding: 8px;
}

.pricing p #table td b {
	color: #4e3b66;
}

.pricing p #table td label {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #4e3b66;
}

