/*
 * jQuery Basic Table
 * Author: Jerry Low
 */
 .text-block table.table-investors.bt tbody td {
  height: auto !important;
}


table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;

  /* IE 9 */
  float: left\9;
  width: 100%\9;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th) ": ";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 6.5em;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none;
}.table-investors

 table.table-investors {
  border-collapse: collapse;
  margin: 1.25em 0 0;
  width: 100%;
}

table.table-investors tr,
table.table-investors th,
table.table-investors td {
  border: none;
  border-bottom: 1px solid #e4ebeb;
  font-family: 'Lato', sans-serif;
  font-size: .875rem;
}


table.table-investors tr, table.table-investors th, table.table-investors td {
  height: 1px !important;
}

table.table-investors th,
table.table-investors td {
  padding: 10px 12px;
  text-align: left;
}

table.table-investors th {
  color: #848d91;
  text-transform: uppercase;
}

.text-block h2.investor-header-margin {
  margin-bottom: 64px;
}

@media screen and (max-width: 567px) {
  .text-block h2.investor-header-margin {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 992px) {
  table.table-investors th {
    color: #848d91;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    padding-right: 24px;
    height: 45px !important;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #dae0e3;
    align-items: center;
    padding: 0;
  }
  
}

@media screen and (min-width: 992px) {
  table.table-investors tr td {
    color: #999999;
    padding: 28px 40px 28px 0;
    font-size: 14px;
    line-height: 18px;
    color: #020204;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #dae0e3;
    white-space: nowrap;
    margin-bottom: 0;
    padding: 28px 40px 28px 0;
  }
}

@media( max-width: 568px ) {
  /* table.table-investors tr td {
    background: none;
  } */
}

@media( max-width: 568px) {
  table.table-investors.bt tbody td {
    width: 100% !important;
  }
}

table.table-investors tr:nth-of-type(2n+2) td {

}

table.table-investors.bt tbody td {
  font-size: .8125rem;
  padding: 0;
}

table.table-investors.bt tbody td:before {
  color: black;
  margin-right: 10px;
  padding: 2px 10px;
}

table.table-investors.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.table-investors.bt tbody td:first-of-type:before,
table.table-investors.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

table.table-investors.bt tbody td:last-of-type:before,
table.table-investors.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}

table.table-investors {
  border: 0;
}

@media( max-width: 568px ) {
  table.bt tbody td::before {
    width: 12.5em !important;
  }

  table.table-investors.bt tbody td {
    height: 80px !important;
  }
}