/* Plan Displays */
.plan {
	margin-bottom: 30px;
}
.planfeatures {
	background: #fffd97;
	padding: 15px;
	border: 1px solid #ccc;
}
.plandescription {
	margin-bottom: 15px;
}
.planincludes {
	float: left;
	width: 350px;
	margin-right: 20px;
}
.planoptions {
	float: left;
	width: 350px;
}
.addons {
	border-top: 1px dotted;
	margin-top: 5px;
	padding-top: 5px;
}

/* Tables */
table.plans {
	width: 100%;
	font-size: 12px;
	color: #666;
}
table.plans th, table.plans td {
	border: 1px solid #ccc;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}
table.plans th {
	background: #ccc;
	color: #333;
	font-weight: bold;
}
