.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.rp-pricing-table {
  margin: 0 -8px;
}
.rp-columns {
  float: left;
  padding: 8px;
}
@media only screen and (min-width: 992px) {
  .rp-columns.column-2col {
    width: 50%;
  }
  .rp-columns.column-2col:nth-child(2n + 1) {
    clear: both;
  }
  .rp-columns.column-3col {
    width: 33.3%;
  }
  .rp-columns.column-3col:nth-child(3n + 1) {
    clear: both;
  }
  .rp-columns.column-4col {
    width: 25%;
  }
  .rp-columns.column-4col:nth-child(4n + 1) {
    clear: both;
  }
}
.rp-columns .rp-price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rp-columns .rp-price:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}
.rp-columns .rp-price .header {
  background-color: #111;
  color: #fff;
  font-size: 25px;
}
.rp-columns .rp-price .header.highlighted {
  background: #4CAF50;
}
.rp-columns .rp-price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}
.rp-columns .rp-price .grey {
  background-color: #eee;
  font-size: 20px;
}
.rp-columns .rp-price .description {
  font-size: 16px;
}
.rp-columns .rp-price button {
  padding-left: 30px;
  padding-right: 30px;
}
.rp-columns .rp-price .notice {
  font-size: 13px;
  margin-top: 10px;
}
.rp-payment-history {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rp-payment-history li.item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 991px) {
  .rp-columns.column-2col,
  .rp-columns.column-3col,
  .rp-columns.column-4col {
    width: 50%;
  }
  .rp-columns.column-2col:nth-child(2n + 1),
  .rp-columns.column-3col:nth-child(2n + 1),
  .rp-columns.column-4col:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .rp-columns.column-2col,
  .rp-columns.column-3col,
  .rp-columns.column-4col {
    width: 100%;
  }
}
