/**
 * Reset the table CSS before applying our CSS
 */

.bctpTable {
  display: table;
}
.bctpTable thead {
  display: table-header-group;
}
.bctpTable tbody {
  display: table-row-group;
}
.bctpTable tfoot {
  display: table-footer-group;
}
.bctpTable tbody>tr:hover,
.bctpTable tbody>tr {
  display: table-row;
}
.bctpTable tbody>tr:hover>td,
.bctpTable tbody>tr>td {
  display: table-cell;
}
.bctpTable,
.bctpTable tbody,
.bctpTable tbody>tr:hover,
.bctpTable tbody>tr,
.bctpTable tbody>tr:hover>td,
.bctpTable tbody>tr>td,
.bctpTable tbody>tr:hover>th,
.bctpTable tbody>tr>th,
.bctpTable thead>tr:hover>td,
.bctpTable thead>tr>td,
.bctpTable thead>tr:hover>th,
.bctpTable thead>tr>th,
.bctpTable tfoot>tr:hover>td,
.bctpTable tfoot>tr>td,
.bctpTable tfoot>tr:hover>th,
.bctpTable tfoot>tr>th {
  background: transparent !important;
  border: 0px solid #000;
  border-spacing: 0px;
  border-collapse: separate;
  empty-cells: show;
  padding: 0px;
  margin: 0px;
  outline: 0px;
  font-size: 100%;
  color: #000;
  vertical-align: top;
  text-align: left;
  font-family: inherit;
  table-layout: auto;
  caption-side: top;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/**
 * CSS start
 */

.bctpTable {
  margin-top: 32px;
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}

.bctpTable thead tr.bctpColumnTitlesRow th {
  color: gray !important;
  text-align: left;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 16px;
}

.bctpCTAButton {
  background-color: rgb(0, 213, 11);
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  display: block;
}

.bctpCTAButton:hover {
  background-color: rgb(0, 187, 9);
}

.bctpTable tbody tr.bctpTableRow td,
.bctpTable tbody tr.bctpTableRow th {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 16px 12px;
  vertical-align: middle;
}

.bctpTable tbody tr.bctpTableRow td.bctpRowCta a {
  background-color: rgb(0, 213, 11);
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  display: block;
}

.bctpTable tbody tr.bctpTableRow td.bctpRowCta a span {
  display: none;
}

.bctpTable tbody tr.bctpTableRow td.bctpRowCta a img {
  vertical-align: unset !important;
}

.bctpTable tbody tr.bctpTableRow td.bctpTableRow-image img {
  max-width: 200px;
  height: auto;
}

.bctpTable tbody tr.bctpTableRow-container {
  border-top: 2px solid #eee;
}

.bctpTable tbody tr.bctpTableRow-container:first-of-type {
  border-top: none;
}

.bctpTable tbody tr.bctpTableRow-InterestRate {
  color: gray;
  font-size: 14.5px;
  line-height: 16px;
  font-weight: bold;
}

.bctpTable tbody tr.bctpTableRow-LoanAmount {
  font-size: 14.5px;
  line-height: 20px;
  font-weight: bold;
}

.bctpTable tbody tr.bctpTableRow-LoanPeriod {
  color: gray;
  font-size: 14.5px;
  line-height: 20px;
  font-weight: bold;
}

.bctpTable tbody tr.bctpTableRow-BadCreditAccepted {
  color: gray;
  font-size: 16.5px;
  line-height: 20px;
  font-weight: bold;
}

.bctpTable tbody tr.bctpFullWidthTextExtraRow td {
  color: gray;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  padding-top: 0;
}

.bctpTable tbody tr.bctpTableRow-CTAButtonText {
  display: none;
}

@media (max-width: 767px) {
  .bctpTable tbody tr.bctpTableRow td.bctpRowCta a {
    width: 100%;
    min-width: 150px;
    border-radius: 40px;
    font-size: 18px;
    line-height: 21px;
    padding: 12px 8px;
    height: initial;
    text-decoration: none;
  }

  .bctpTable tbody tr.bctpTableRow td.bctpRowCta a span {
    display: inline-block;
    color: white;
    font-size: 18px;
    line-height: 21px;
    margin-right: 8px;
    font-weight: bold;
  }

  table.bctpTable {
    border: 0;
  }

  table.bctpTable caption {
    font-size: 1.3em;
  }

  table.bctpTable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.bctpTable tr.bctpTableRow {
    display: block;
    margin-top: 24px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
  }

  table.bctpTable tr.bctpTableRow:first-of-type {
    margin-top: 0;
  }

  .bctpTable tbody tr.bctpTableRow-odd {
    background-color: #f9f9f9;
  }

  table.bctpTable tr.bctpFullWidthTextExtraRow {
    border-radius: 0 0 5px 5px;
    margin-top: 0;
  }

  table.bctpTable tr.bctpFullWidthTextExtraRow td {
    text-align: left;
    color: gray;
  }

  table.bctpTable tbody tr.bctpTableRow td {
    display: block;
    font-size: .8em;
    position: relative;
    padding-top: 32px;
    display: inline-block;
    font-size: .8em;
    position: relative;
    padding-top: 32px;
    width: 50%;
    text-align: center;
  }

  table.bctpTable tbody tr td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    top: 14px;
    position: absolute;
    color: gray;
    letter-spacing: 0.5px;
    font-size: 12.5px;
    line-height: 14px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  table.bctpTable tbody tr.bctpTableRow td.bctpRowCta,
  table.bctpTable tbody tr.bctpTableRow td.bctpTableRow-image,
  table.bctpTable tbody tr.bctpTableRow td.bctpFullWidthTextValue {
    width: 100%;
  }

  table.bctpTable tbody tr.bctpTableRow td.bctpRowCta,
  table.bctpTable tbody tr.bctpTableRow td.bctpFullWidthTextValue {
    padding-top: 8px;
  }

  table.bctpTable tbody tr.bctpTableRow td.bctpFullWidthTextValue {
    text-align: left;
  }

  table.bctpTable td:last-child {
    border-bottom: 0;
  }

  table.bctpTable tr.bctpTableRow td.bctpTableRow-image {
    text-align: center;
    padding-bottom: 12px;
    padding-top: 24px;
  }

  table.bctpTable tr.bctpTableRow {
    border-left: 8px solid orange;
    background: #fff !important;
  }
}
