#pricing_table {
	width: 750px;
	margin: 0 auto;
}

#pricing_table td {
	width: 150px;
	padding: 0;
	border: 1px solid black;
}

#pricing_table .list li {
	border-bottom: none;
	margin-top: 5px;
	list-style-image: url(../img/check.png);
	list-style-position: inside;
	font-size: 12px;
}

.pricing_header {
	background-color: #D1F56D;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 10px 20px;
}


.price {
	font-size: 30px;
	font-weight: bold;
	display: block;
	text-align: center;
}

.subscribe_btn {
	display: inline-block;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #5D6E83;
	color: white;
	margin: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.active {
	background-color: #F7E79B;
}
