/*The MIT License (MIT) 

Copyright (c) 2014 http://www.binarytheme.com*/

/*Pricing table style BLUE */
.base {
    margin-bottom:50px;
    margin-left:250px; 
    margin-top:60px; 
}
.base .plan {
  border-radius: 6px ;
  list-style: none;
  padding: 0 0 10px;
  margin: 0 0 20px;
  background: #F1F1F1;
  text-align: center;

}
.base .plan li {
  padding: 10px 15px;
  border-top: 1px solid #DFDFDF;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.base .plan li.price {
  color: #666;
  padding: 15px 0;
  font-size: 25px;
}
.base .plan li.name {
  border-radius: 6px 6px 0 0;
  padding: 15px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  background: #52b6ec;
  margin-bottom: 30px;
  border-top: 0;
}
.base .plan li > strong {
  color: #52b6ec;
}
.base .plan li.action {
  margin-top: 10px;
  border-top: 0;
}
.base .plan.featured {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.base .plan.featured li.name {
  background: #A46AFA;
}
.below {
    font-size:20px;
    line-height:30px;

    background-color: #52b6ec;
    
}
.highlighted {

    background-color: #A46AFA;
    
}
    .below a {
        color:#fff!important;
        text-decoration:none;
    }



