.rwd-tab-table {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}

.rwd-tab-table .btn-group {
  z-index: 10;
}

.rwd-tab-table .btn-group a.btn {
  flex: 1;
  text-align: center;
  font-size: 16px;
}

.rwd-tab-table .btn {
  width: 100%;
  padding: 15px 5px 5px;
  font-weight: 700;
  height: auto !important;
  border: solid 1px #6c757d;
}

a.col.btn.btn-outline-secondary.active {
  background: #6c757d;
  color: #fff;
}

.rwd-tab-table table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.rwd-tab-table table th {
  background: #6c757d;
  border-top: 4px solid #dee2e6;
  display: none;
  color: #fff;
}

.rwd-tab-table td, .rwd-tab-table th {
  border: 1px solid #dee2e6;
  padding: 10px;
  empty-cells: show;
}

.rwd-tab-table td + td, .rwd-tab-table th + th {
  text-align: center;
  display: none;
}

.rwd-tab-table td.default {
  display: table-cell;
}

.rwd-tab-table td:first-child {
  font-weight: 700;
  color: #6c757c;
}

.sep {
  background: #dee2e6;
  font-weight: 700;
  letter-spacing: .25rem;
}

.txt-l {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-top: .5rem;
  letter-spacing: .15rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.txt-top {
  position: relative;
  top: -8px;
  left: -2px;
}

.hide {
  border: 0 !important;
  background: none;
}

.featured-table-container {
  display: flex;
  flex-direction: column;
}

.featured-table-header {
  position: sticky;
  top: 0;
  background: #fff;
}

.featured-table-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
}

.featured-table-header ul li {
  display: flex;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
}

.featured-table-header ul li div {
  flex-direction: column;
  width: 100%;
}

.featured-table-developer {
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  background: #6c757d;
  font-size: 25px;
}

.featured-table-foundation {
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  background: #6c757d;
}

.featured-table-collapse {
  cursor: pointer;
  display: block;
  background: #6c757d;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 5px 0;
  display: none !important;
}

.featured-table-collapse + .featured-table-toggle {
  display: none !important;
}

.featured-table-content {
  font-size: 1em;
}

.featured-table-title {
  margin-bottom: 5px;
  font-size: 1.1em;
}

.featured-table-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px #DEDCF6 solid;
  height: auto;
  overflow: initial;
}

.featured-table-item ul li {
  display: flex;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
}

.featured-table-item-coloured {
  background: #F8FAFF;
}

.featured-table-item ul li div {
  flex-direction: row;
}

.featured-table-content ul li div:nth-of-type(1) {
  width: 35%;
}

.featured-table-content ul li div:nth-of-type(2) {
  -webkit-flex-grow: 1;
  text-align: left;
  width: 16.25%;
  margin-left: 15px;
}

.featured-table-content ul li div:nth-of-type(3), .featured-table-content ul li div:nth-of-type(4), .featured-table-content ul li div:nth-of-type(5) {
  -webkit-flex-grow: 1;
  text-align: center;
  width: 16.25%;
  margin-left: 15px;
}

.featured-table-developer-item span {
  display: none;
}

.featured-table-item-coloured div:nth-of-type(1) {
  background: #eee;
  text-align: center;
  padding-top: 6px;
}

.featured-table-foundation-item {
  color: #f70808;
  display: flex;
  justify-content: flex-end;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 760px) {
  .featured-table-title, .featured-table-header {
    display: none;
  }
  .featured-table-collapse {
    display: block !important;
    width: 100%;
  }
  .featured-table-collapse + .featured-table-toggle + .featured-table-content {
    display: none !important;
  }
  .featured-table-collapse + .featured-table-toggle:checked + .featured-table-content {
    display: block !important;
  }
  .featured-table-item ul li {
    flex-direction: column;
    padding: 5px 0;
  }
  .featured-table-collapse::before {
    content: '\25ba';
    padding-left: .5em;
    float: right;
  }
  .featured-table-collapse.open::before {
    content: '\25bc';
    padding-left: .5em;
  }
  .featured-table-content ul li div:nth-of-type(1) {
    display: none;
  }
  .featured-table-content ul li div:nth-of-type(2), .featured-table-content ul li div:nth-of-type(3), .featured-table-content ul li div:nth-of-type(4), .featured-table-content ul li div:nth-of-type(5) {
    margin: 0;
    text-align: left;
    width: 100%;
  }
  .featured-table-developer-item span {
    display: block;
    background: #b2b2b2;
    font-weight: 100;
    text-align: center;
    margin-bottom: 5px;
    color: #fff;
    padding: 3px 0;
  }
}

@media (min-width: 640px) {
  .rwd-tab-table .btn-group {
    display: none;
  }
  .rwd-tab-table td, .rwd-tab-table th {
    display: table-cell !important;
  }
  .rwd-tab-table td + td, .rwd-tab-table th + th {
    width: auto;
  }
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table th {
  background: #f2f2f2;
}

.card-body figure {
  margin: 0;
  display: inline-block;
}

table td {
  vertical-align: middle !important;
}

table caption {
  caption-side: top;
  color: #6D4C8F;
  margin-bottom: 0;
  text-align: center;
  line-height: 2rem;
  margin-top: -.5rem;
  margin-bottom: 1rem;
  letter-spacing: 2px;
  font-weight: 700;
}

.card-body figure figcaption {
  text-align: center;
  line-height: 3rem;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: .5rem;
}

.img-source {
  line-height: 24px;
  font-size: 12px;
  color: #78569a;
  background: #f4f4f4;
  padding: 0 .5rem;
  font-weight: 700;
  text-align: left;
}

.img-source a {
  line-height: 24px;
  font-size: 12px;
  color: #78569a;
  background: #f4f4f4;
  padding: 0 .5rem;
  font-weight: 700;
  text-align: left;
}

table th, table td {
  padding: .625em;
  text-align: center;
}

table th {
  letter-spacing: .1em;
  text-transform: uppercase;
}

tbody {
  border-bottom: 3px solid #dee2e6;
}

@media (max-width: 575.98px) {
  table.table-rwd tbody {
    border: none;
  }
  table.table-rwd thead {
    display: none;
  }
  table.table-rwd th {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.table-rwd tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table.table-rwd td {
    display: block;
    text-align: right;
  }
  table.table-rwd td::before {
    content: attr(data-label);
    color: #b3b3b3;
    float: left;
    text-transform: uppercase;
  }
  table.table-rwd td:last-child {
    border-bottom: 0;
  }
}
/*# sourceMappingURL=tabs-libox.css.map */