  .section {float: left; width: 250px;}





#plans,#plans ul,#plans ul li {
	margin: 0;
	padding: 0;
	list-style: none!important;
        background: none;

 
}

 #plans .plan {
 font-size: 14px;
	background: #fff;
 list-style: none!important;
 	float: left;
	text-align: center;
	 border-radius: 5px;
 	margin: 0 20px 20px 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.planContainer .title h2 {
	font-size: 1.5em;
	font-weight: 300;
	color: #009edd;
	
	margin: 0;
	padding: .6em 0;
}

.planContainer .title h2.bestPlanTitle {
	background: #3e4f6a;

	background: -webkit-linear-gradient(top, #475975, #364761);
	background: -moz-linear-gradient(top, #475975, #364761);
	background: -o-linear-gradient(top, #475975, #364761);
	background: -ms-linear-gradient(top, #475975, #364761);
	background: linear-gradient(top, #475975, #364761);
	color: #fff;
	border-radius: 5px 5px 0 0;
}


.planContainer .price p {
	background: #3e4f6a;

	background: -webkit-linear-gradient(top, #475975, #364761);
	background: -moz-linear-gradient(top, #475975, #364761);
	background: -o-linear-gradient(top, #475975, #364761);
	background: -ms-linear-gradient(top, #475975, #364761);
	background: linear-gradient(top, #475975, #364761);
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 10px;
}

.planContainer .price p.bestPlanPrice {
	background: #f7814d;
}

.planContainer .price p span {
	color: #8394ae;
}

.planContainer .options {
	margin-top: 10em;
}

.planContainer .options li {
	font-weight: 700;
	color: #364762;
	line-height: 2.5;
}

.planContainer .options li span {
	font-weight: 400;
	color: #979797;
}

.planContainer .btn a {
	text-transform: uppercase;
	text-decoration: none;
	color: #3e4f6a;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 2.8em;
	border: 2px solid #3e4f6a;
	display: inline-block;
	width: 110%;
	height: 2.8em;
	border-radius: 4px;
	margin: 1.5em 0 1.8em;
}
button#purchase_btn, .btn_purchase {
	text-transform: uppercase; 
 border-radius: 4px;
	background: #fff;
	border: 2px solid #3e4f6a;
	letter-spacing: 3px;
	margin: 15px 0 25px;
	font-weight: 700;
	padding: 11px;
	width: 80%;

}

button#purchase_btn:hover, .btn_purchase:hover {cursor: pointer; background: #3e4f6a; color: #fff;}

.planContainer .btn a.bestPlanButton {
	color: #fff;
	background: #f7814d;
	border: 2px solid #f7814d;
}

#credits {
	text-align: center;
	font-size: .8em;
	font-style: italic;
	color: #777;
}

#credits a {
	color: #333;
}

#credits a:hover {
	text-decoration: none;
}
#pricePlans #plans .plan {
	
	

	-webkit-transition: all .25s;
	 -moz-transition: all .25s;
	 -ms-transition: all .25s;
	 -o-transition: all .25s;
	 transition: all .25s;
}

#pricePlans #plans .plan:hover {
	-webkit-transform: scale(1.04);
	 -moz-transform: scale(1.04);
	 -ms-transform: scale(1.04);
	 -o-transform: scale(1.04);
	 transform: scale(1.04);
}


.planContainer .btn a {
	-webkit-transition: all .25s;
	 -moz-transition: all .25s;
	 -ms-transition: all .25s;
	 -o-transition: all .25s;
	 transition: all .25s;
}

.planContainer .btn a:hover {
	background: #3e4f6a;
	color: #fff;
}

.planContainer .btn a.bestPlanButton:hover {
	background: #ff9c70;
	border: 2px solid #ff9c70;
}


.content-wrapper article ul#plans li.plan  {padding-left: 0px!important; border: solid 1px rgba(204,204,204,0.2);} 

/*Updated*/

.bx-shadow {
   box-shadow: 0 1px 3px rgba(0,0,0,0.1);
   border: solid 1px rgba(0,0,0,0.1);
}
.btn_tab, .btn_purchase {
    background: #fff;
    border: solid 2px #009edd;
    padding: 5px 10px!important;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    font-size:12px;
}
.align-middle {
    vertical-align:middle!important;
}
.align-top {
    vertical-align:top!important;
}
.align-bottom {
    vertical-align:bottom!important;
}