.plan-container {
	float: left;
	position: relative;
}

.plan {
	border-radius: 4px;
	margin-right: 6px;
	background-color: white;
}

.plan-header {
	text-align: center;
	color: rgb(255, 255, 255);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: rgb(104, 104, 104);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}

.plan-title {
	padding: 10px 0px;
	border-radius: 4px 4px 0px 0px;
	color: rgb(255, 255, 255);
	font-size: 16px;
	border-bottom-color: rgba(0, 0, 0, 0.3);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.plan-price {
	padding: 20px 0px 10px;
	line-height: 0.8em;
	font-size: 66px;
	border-top-color: rgba(255, 255, 255, 0.2);
	border-top-width: 1px;
	border-top-style: solid;
	background-color: rgb(121, 121, 121);
}

.plan-price span.term {
	padding: 2em 0px 1em;
	line-height: 0;
	font-size: 13px;
	margin-bottom: 0px;
	display: block;
}

.plan-price span.note {
	top: -40px;
	line-height: 0.8em;
	font-size: 17px;
	display: inline;
	position: relative;
}

.plan-features {
	border-width: 1px 1px medium;
	border-style: solid solid none;
	border-color: rgb(221, 221, 221) rgb(221, 221, 221) currentColor;
}

.plan-features {
	padding-bottom: 1em;
}

.plan-features ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.plan-features li {
	margin: 0px 2em;
	padding: 1em 0px;
	text-align: center;
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.plan-features li:last-child {
	border-bottom-color: currentColor;
	border-bottom-width: medium;
	border-bottom-style: none;
}

.plan-actions {
	background: repeat-x whitesmoke;
	padding: 1.15em 0px;
	border: 1px solid rgb(221, 221, 221);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false );
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}

.plan-actions .btn {
	margin: 0px 2em;
	padding: 1em 0px;
	font-size: 16px;
	font-weight: 600;
	display: block;
}

.plans-1.pricing-plans .plan-container {
	width: 100%;
}

.plans-2.pricing-plans .plan-container {
	width: 50%;
}

.plans-3.pricing-plans .plan-container {
	width: 33.33%;
}

.plans-4.pricing-plans .plan-container {
	width: 25%;
}

.best-value.plan .plan-header {
	background-color: rgb(103, 126, 48);
}

.best-value.plan .plan-price {
	background-color: rgb(129, 153, 77);
}

.skyblue.plan .plan-header {
	background-color: rgb(61, 122, 184);
}

.skyblue.plan .plan-price {
	background-color: rgb(102, 153, 204);
}

.lavendar.plan .plan-header {
	background-color: rgb(117, 79, 117);
}

.lavendar.plan .plan-price {
	background-color: rgb(153, 102, 153);
}

.teal.plan .plan-header {
	background-color: rgb(37, 114, 114);
}

.teal.plan .plan-price {
	background-color: rgb(51, 153, 153);
}

.pink.plan .plan-header {
	background-color: rgb(255, 55, 120);
}

.pink.plan .plan-price {
	background-color: rgb(255, 102, 153);
}

.black.plan .plan-header {
	background-color: rgb(34, 34, 34);
}

.black.plan .plan-price {
	background-color: rgb(51, 51, 51);
}

.yellow.plan .plan-header {
	background-color: rgb(198, 158, 0);
}

.yellow.plan .plan-price {
	background-color: rgb(232, 185, 0);
}

.purple.plan .plan-header {
	background-color: rgb(78, 38, 117);
}

.purple.plan .plan-price {
	background-color: rgb(102, 51, 153);
}

.red.plan .plan-header {
	background-color: rgb(164, 0, 0);
}

.red.plan .plan-price {
	background-color: rgb(204, 0, 0);
}

.orange.plan .plan-header {
	background-color: rgb(217, 130, 0);
}

.orange.plan .plan-price {
	background-color: rgb(255, 153, 0);
}

.blue.plan .plan-header {
	background-color: rgb(0, 82, 164);
}

.blue.plan .plan-price {
	background-color: rgb(0, 102, 204);
}

.green.plan .plan-header {
	background-color: rgb(103, 126, 48);
}

.green.plan .plan-price {
	background-color: rgb(129, 153, 77);
}

.pricing-plans .plan-container {
	width: 50% !important;
	margin-bottom: 2em;
}

.pricing-plans .plan-container {
	width: 100% !important;
	margin-bottom: 2em;
}