
#pricing-holder{
	margin: 0 auto; width: 100%;  width: 700px;
}

#pricing-container {
width: 100%;;
float: left;
margin-left: 20px;
margin-bottom: 80px;
margin-top: 70px;
color: black;
}
/*Top Bar*/
.top {
width: 210px; height: 50px;
background: #2F2E35;
-webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
}
.top h2 {
color: #fff;
text-align: center;
font: 300 30px/50px Helvetica, Verdana, sans-serif;
margin:0;
}
/*Shape*/
.pricingtable {
width: 210px; height: 510px;
background: white;
margin: 5px;
float: left;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
-moz-box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
}
/*Features*/
.pricingtable ul {
list-style-type: none;
font: 300 16px/2 Helvetica, Verdana, sans-serif;
margin-top: 20px;
 padding-left: 35px;
}
.pricingtable ul strong {
font-weight: bold;
}
/*Dividing Line*/
.pricingtable hr {
border: 0;
background-color: #BCBEC0;
color: #BCBEC0;
height: 1px;
width: 160px;
margin: 20px 0 0 30px;
}
/*Price*/
.pricingtable h1 {
font: bold 46px/1 Helvetica, Verdana, sans-serif;
padding-top: 20px;
padding-left: 50px;
}
.pricingtable h1 sup {
font-size: 26px;
margin:0;
}
.pricingtable p {
text-align: center;
font-weight: bold;
font: 400 20px/1 Helvetica, Verdana, sans-serif;
color: black;
}
/*Button*/
.pricingtable a {
display: block;
height: 40px;
width: 130px;
color: #fff;
margin: 25px 0 0 50px;
text-decoration: none;
text-align: center;
text-transform: uppercase;
font: 500 16px/40px Helvetica, Verdana, sans-serif;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
/*Gradient*/
background: orange;
}
.pricingtable a:hover {
background: orange;
}
.pricingtable .button {
display: block;
height: 40px;
width: 130px;
color: #fff;
margin: 25px 0 0 50px;
text-decoration: none;
text-align: center;
text-transform: uppercase;
font: 500 16px/40px Helvetica, Verdana, sans-serif;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 0;
padding: 0;
/*Gradient*/
background: #337EC1;
}
/*Scaled Version*/
.featured {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
.pricingCredits{
	font-size: 24px; color:#337EC1; padding-bottom: 5px;
}