.tws-product-table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 48px;
}

.tws-product-table-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.tws-product-table-unit label {
  margin: 0 !important;
}

.tws-product-table-unit .tb-input-label {
  text-transform: uppercase;
}

.tb-pressure-table-accordion,
.tb-pressure-table-accordion:hover {
  background: #F9F9F9 !important;
}

.tb-pressure-table-accordion > td {
  padding: 24px !important;
}

.tb-pressure-table-accordion table {
  background: #FFF;
}

.tb-pressure-table-accordion table tr td,
.tb-pressure-table-accordion table tr th {
  font-size: 1em;
}

.tb-pressure-table-accordion table tr th {
  font-size: 1em;
  font-weight: bold;
}

.tb-pressure-table-accordion-title {
  margin-bottom: 20px;
}

.tb-pressure-table-accordion-close {
  position: absolute;
  right: 24px;
  cursor: pointer;
  z-index: 999;
}

.tb-pressure-table-accordion-group + .tb-pressure-table-accordion-group {
  margin-top: 24px;
}

.tb-pressure-table-accordion .x-value th.is-highlighted,
.tb-pressure-table-accordion .response-value.is-highlighted,
.tb-pressure-table-accordion .speed-value.is-highlighted {
  background: #003064;
  color: #FFF;
}

.tws-product-table .tb-table-container-inner table {
  width: 100%;
}

@media (min-width: 767px) {
  .tws-product-table-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tws-product-table-unit {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .tws-product-table {
    margin: 0 8px;
  }
}
