.j51pricingtable-outer {
  text-align: center;
}
.j51pricingtable {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  max-width: 1000px;
  display: inline-block;
  padding: 0;
  margin: 0 -5px;
  vertical-align: top;
}
.j51pricingtable .plan {
  margin: 0;
  position: relative;
  background-color: #e6e6e6;
  border: 5px solid #125f94;
  overflow: hidden;
}
.j51pricingtable * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.j51pricingtable header {
  position: relative;
  background-color: rgba(0, 0, 0, 0.08);
  color: #ffffff;
  padding: 20px 10px;
}
.j51pricingtable header:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 150px 0 150px;
  border-color: rgba(0, 0, 0, 0.08) transparent transparent transparent;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.j51pricingtable .plan-title {
  top: 0;
  font-weight: 500;
  margin: 8px 0 12px;
  font-weight: 400;
  letter-spacing: 1px;
}
.j51pricingtable .plan-cost {
  margin: 8px 0 0;
}
.j51pricingtable .plan-price {
  font-weight: 800;
  font-size: 2.4em;
  color: #ffffff;
}
.j51pricingtable .plan-type {
  opacity: 0.8;
  color: #ffffff;
  font-size: 0.7em;
  text-transform: uppercase;
}
.j51pricingtable .plan-features {
  padding: 40px 0 0;
  margin: 0;
  list-style: outside none none;
  font-size: 0.8em;
}
.j51pricingtable .plan-features li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 5%;
  font-weight: 500;
}
.j51pricingtable .plan-features li:nth-child(even) {
  background: rgba(0, 0, 0, 0.08);
}
.j51pricingtable .plan-features i {
  margin-right: 8px;
  opacity: 0.4;
}
.j51pricingtable .plan-select {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.j51pricingtable .plan-select a {
  background-color: #125f94;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
.j51pricingtable .plan-select a:hover {
  background-color: #156dab;
}
.j51pricingtable .featured {
  margin-top: -10px;
  border: 5px solid #2b3c4e;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.j51pricingtable .featured header {
  background-color: #222f3d;
}
.j51pricingtable .featured header:after {
  border-color: #222f3d transparent transparent transparent;
}
.j51pricingtable .featured .plan-title,
.j51pricingtable .featured .plan-price,
.j51pricingtable .featured .plan-type {
  color: #ffffff;
}
.j51pricingtable .featured .plan-select {
  padding: 30px 20px;
}
@media only screen and (max-width: 767px) {
  .j51pricingtable {
    width: 50% !important;
  }
  .j51pricingtable .plan-title,
  .j51pricingtable .plan-select a {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .j51pricingtable .plan-select,
  .j51pricingtable .featured .plan-select {
    padding: 20px;
  }
  .j51pricingtable .featured {
    margin-top: 0;
  }
}
@media only screen and (max-width: 440px) {
  .j51pricingtable {
    width: 100% !important;
  }
}
