
/*.plans {
  width: 1024px;
  overflow: hidden;
  align-content:center;
  margin-left:20px;
}

.plan {
  float:left;
  width: 200px;
  margin: 2px 2px;
  padding: 15px 25px;
  text-align: center;
  background: white;
  background-clip: padding-box;
  border: 2px solid #e5ded6;
  border-color: rgba(black 0.1);
  border-radius: 5px;
}*/

/*.plan-title {
  margin-bottom: 12px;
  font-size: 24px;
  color: #fcac45;
}*/

.plan-price {
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 1;
    font-size: 28px;
    font-weight: bold;
    color: #2e7eed;
}

.plan-unit {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: normal;
  color: #333;
}

.plan-starting {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: normal;
  color: #333;
}


.plan-features {
  /*width: 180px;
  text-align:center;*/
  /*margin: 20px auto 20px;
  margin-left:-10px;
  padding: 15px 0 0 0px;
  border-top: 1px solid #e5ded6;*/
  list-style-type: none;
}

.plan-feature {
  line-height: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  text-align:center;
}

.plan-feature-name {
  font-size: 13px;
  font-weight: normal;
  color: #333;
}

/*.plan-highlight {
  margin-top: 0px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 5px;
  width: 200px;
  border: 4px solid #5a5a5a;
}

.plan-recommended {
  width: 180px;
  margin: -20px auto 15px;
  padding-bottom: 2px;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  /*text-shadow: 0 1px rgba(#5a5a5a, .05);*/
  /*background: #5a5a5a;
  border-radius: 0 0 4px 4px;
}*/
