/* ... */

@media screen and (max-width: 760px) {
  #page-993 {
    width: 96% !important;
  }
  .plans {
    width: 96% !important;
  }
  .plan {
    margin-right: 50% !important;
    margin-left: 0px !important;
    left: 60px !important;
    position: relative !important;
  }
}

#page-993, #page-1044 {
  margin: 0px auto;
  width: 960px;
}

#page-993 h1 {
  text-align: left;
}

.plans {
  width: 636px;
  margin: 50px auto;
  overflow: hidden;
}

.plan {
  float: left;
  width: 150px;
  margin: 20px 2px;
  padding: 15px 25px;
  text-align: center;
  background: white;
  background-clip: padding-box;
  border: 2px solid #e5ded6;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.plan-title {
  margin-bottom: 12px;
  font-size: 24px;
  color: #36bce6;
}

.plan-price {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
  color: #fd935a;
}

.plan-unit {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: normal;
  color: #aaa;
}

.plan-features {
  width: 120px;
  margin: 20px auto 15px;
  padding: 15px 0 0 15px;
  border-top: 1px solid #e5ded6;
  text-align: left;
}

.plan-feature {
  line-height: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #333;
}
.plan-feature + .plan-feature {
  margin-top: 5px;
}

.plan-feature-unit {
  margin-left: 2px;
  font-size: 16px;
}

.plan-feature-name {
  font-size: 13px;
  font-weight: normal;
  color: #aaa;
}

.stripe-button-el {
  position: relative;
  display: block;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background: #F06B3A;
  /*border-bottom: 2px solid #cf7e3b;
  border-color: rgba(0, 0, 0, 0.15); */
  border-radius: 4px;
  margin: 0 auto;
  padding: 7px 25px;
}

.stripe-button-el span {
  position: relative;
  display: block;
 /* line-height: 40px; */
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-align: center;
  text-decoration: none;
  background: #F06B3A;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: none;
}

.stripe-button-el:active, .stripe-button-el:hover  {
  /*top: 2px;
  margin-bottom: 2px;
  border-bottom: 0;*/
  background:#d85626 !important;
  border: none;
}
.stripe-button-el:active span, .stripe-button-el:hover span  {
  color: white !important;
  background:#d85626 !important;
  box-shadow: none !important;
}

.plan-button {
  position: relative;
  display: block;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background: #fd935c;
  border-bottom: 2px solid #cf7e3b;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.plan-highlight {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 170px;
  border: 4px solid #37bbe6;
}

.plan-highlight .stripe-button-el span {
/*  font-size: 18px;
  background: #37bce5;
  border-color: #3996b3;
  border-color: rgba(0, 0, 0, 0.15); */
}

.plan-recommended {
  width: 160px;
  margin: -15px auto 15px;
  padding-bottom: 2px;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.05);
  background: #37bbe6;
  border-radius: 0 0 4px 4px;
}

