#heading {
	text-align:center;
	margin-bottom: 30px;
}

#plans {
	margin:0 auto;
	width:710px;
	text-align:center;
}
#trial,
#plan {
	float:left;
	text-align: left;
	margin-bottom: 30px;
	width: 328px;
}

#plan {
	margin-left: 50px;
}

.rounded {
	text-align: left;
	border: 1px solid #888;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
}

.plansContent {
	height:270px;
}

#trial h2, 
#plan h2,
#trial h4, 
#plan h4 {
	text-align: center;
}

#trial h2, #plan h2 {
	border-bottom: 1px solid #888;
	padding-bottom: 10px;
}

.buttonDiv {
	text-align:center;
}

.buttonDiv a {
	background: #669933 !important;
	border: 0px solid currentColor !important;
	color: #FFFFFF !important;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 0px;
	width: 250px;
}

.buttonDiv span {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.buttonDiv span span {
	color:#78ED69;
	font-size:13px !important;
}
.note {
	font-size: .7em;
}