.price {
  font-family: 'Jura', sans-serif;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 2rem 0rem 0rem 0rem;
}

.brochure-selector {
  display: block;
  margin: 0 auto;
}

.price-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 15px;
  overflow: hidden;
  list-style-type: none;
  outline: 1px solid #ddd;
  text-align: center;
  font-weight: 300;
  margin-top: 1px;
  margin-left: 1px;
}

.price-cell.price-header {
  width: 100%;
}

.price-cell.price-header h3 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: .2em;
}

.price-cell:nth-child(1) {
  padding-left: 0;
  text-align: left;
}

.price-cell:nth-child(1),
.price-cell:nth-child(2) {
  outline: 1px solid #fff;
  background: transparent;
}

.price-cell:nth-child(2) {
  margin-bottom: 30px;
}

.price-cell:nth-child(4),
.price-cell:nth-child(5) {
  outline: 1px solid #be2a2a;
}

.price-cell:nth-child(-n+4) {
  padding-top: 20px;
  padding-bottom: 20px;
}

.price-cell > h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.price-cell.cell-tier1 > h3,
.price-cell.cell-price > h3 {
  color: #cc3333;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.price-cell.cell-tier2 {
  background-color: #ef4b4b;
}

.price-cell.cell-tier3 {
  background-color: #cc3333;
}

.price-cell.cell-feature {
  text-align: left;
  font-size: 16px;
}

.price-cell.cell-feature > h3,
.price-cell.cell-price > h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.price-cell.cell-tier2 > h3,
.price-cell.cell-tier3 > h3,
.price-cell.downloads-head > h3 {
  color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.price-cell.downloads > a > h3,
.price-cell.downloads-head > a > h3 {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.price-cell.downloads,
.price-cell.downloads-head {
  background-color: #cc3333;
  outline: 1px solid #be2a2a;
  padding: 0 !important;
}

.price-cell.downloads a.downloadsbtn {
  color: #fff;
  background-color: #cc3333;
}

.price-cell.downloads a.downloadsbtn:hover {
  background-color: #be2a2a !important;
  color: white;
}

.price-cell > svg {
  position: sticky;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

svg.cell-check path {
  fill: #cc3333 !important;
}

a.downloadsbtn {
  display: inline-block;
  width: 100%;
  border: none;
  border-radius: 0 !important;
  padding: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
}

/* Table columns
================================== */
.price-cell {
  width: calc(25% - 1px);
}
@media only screen and (max-width: 768px) {
  .price-cell.price-header h3 {
    font-size: 20px;
  }
  .price-cell {
    width: 15%;
    padding: 0;
  }
  .price-cell.cell-feature,
  .price-cell:nth-child(2),
  .price-cell.downloads-head {
    width: 30%;
    text-align: center;
    font-size: 14px;
    padding: 15px 5px;
  }
  .price-cell.cell-tier1 > h3,
  .price-cell.cell-tier2 > h3,
  .price-cell.cell-tier3 > h3,
  .price-cell.cell-feature > h3,
  .price-cell.cell-price > h3 {
    font-size: 14px;
    letter-spacing: normal;
  }
  a.downloadsbtn {
    padding: 15px 0;
    font-size: 14px;
  }
  .price-cell.downloads-head > a > h3,
  .price-cell.downloads > a > h3 {
    font-size: 10px;
  }
}

/*==== Price Table =====*/

/* Table Styles */

.table-wrapper {
    margin: 10px 0 10px 0;
    box-shadow: 4px 4px 20px rgba( 0, 0, 0, 0.08 );
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: transparent;
}

.fl-table h5 {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}

.fl-table h6 {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 2px;
}

.fl-table td,
.fl-table th {
    text-align: center;
    padding: 8px 4px;
}

.fl-table td {
    border-right: 1px solid #e2dede;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #c34f4f;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #603232;
}

.fl-table tr:nth-child(even) {
    background: #eaeaea;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: center;
        font-size: 11px;
        color: #777;
        padding: 0 0 10px;
    }
    .fl-table thead,
    .fl-table tbody,
    .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td,
    .fl-table th {
        padding: 10px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table td {
      width: 120px;
    }
    .fl-table th {
      width: 100px;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}
