/**
 * All of the CSS for the public-facing CSS source
 * for the MODEC motor model's specs.
 */
 table.motor-accessory-exhaust-silencer-table {
  width: 100%;
  text-align: center;
  font-size: .9em;
  border-spacing: 0;
}

table.motor-accessory-exhaust-silencer-table tbody tr td.single-header, table.motor-accessory-exhaust-silencer-table tbody tr td.multi-header {
  background-color: rgb(245, 245, 245) !important;
  font-weight: 600 !important;
  padding-left: 10px;
  text-align: center;
}

table.motor-accessory-exhaust-silencer-table.with-multi-fields tbody tr td.main.single-header{
    padding-right: 10%;
}

table.motor-accessory-exhaust-silencer-table tbody tr td.sub-header{
    padding-left: 0px;
    width: 80px;
    max-width: 80px;
    min-width: 80px;
}

table.motor-accessory-exhaust-silencer-table {
  border-collapse: collapse;
  font-size: .9em;
}

table.motor-accessory-exhaust-silencer-table th,
table.motor-accessory-exhaust-silencer-table td {
  border: 1px solid #ccc;
}
table.motor-accessory-exhaust-silencer-table td {
  background-color: white;
}

table.motor-accessory-exhaust-silencer-table thead th {
  margin: 0;
  padding: 4px;
  font-size: .9em;
  font-weight: 600;
  vertical-align: center;
  color: #374037;
  background-color: #eee;
}

table.motor-accessory-exhaust-silencer-table thead th:first-child {
  min-width: 200px !important;
  width: 50% !important;
  color: white;
  background-color: #187cc3;
}
table.motor-accessory-exhaust-silencer-table.layout-kit-box thead th {
    min-width: 100px;
    width: auto;
  }
table.motor-accessory-exhaust-silencer-table.layout-kit-box thead th:first-child {
    min-width: 200px !important;
    width: 25% !important;
}

table.motor-accessory-exhaust-silencer-table thead th {
  margin: 0;
  padding: 4px;
  font-size:  1em;
  font-weight: 600;
  vertical-align: center;
  min-width: 85px;
  color: #374037;
  background-color: #eee;
}
table.motor-accessory-exhaust-silencer-table tbody th {
  color: #374037;
  font-weight: 600;
  background-color: #eee;
}

table.motor-accessory-exhaust-silencer-table thead > tr:first-child > th:first-child {
  min-width: 100px !important;
  max-width: 300px;
  color: white;
  background-color: #187cc3;
  width: 25% !important;
}

@media only screen and (max-width: 600px) {
  .motor-accessory-exhaust-silencer-table {
    max-width: 100%;
    width: 100%;
  }
}

table.motor-accessory-exhaust-silencer-table span.power-range-chip {
  padding: 0px 4px;
  border-radius: 1px;
  background: var(--color-motor);
  color: white;
  font-family: 'AvantGarde Regular';
  font-weight: 800;
  font-size: 14px;
}

table.motor-accessory-exhaust-silencer-table span.power-range-chip.power-range-05 { --color-motor: var(--color-power-range-05); }
table.motor-accessory-exhaust-silencer-table span.power-range-chip.power-range-07 { --color-motor: var(--color-power-range-07); }
table.motor-accessory-exhaust-silencer-table span.power-range-chip.power-range-08 { --color-motor: var(--color-power-range-08); }
table.motor-accessory-exhaust-silencer-table span.power-range-chip.power-range-10 { --color-motor: var(--color-power-range-10); }
table.motor-accessory-exhaust-silencer-table span.power-range-chip.power-range-20 { --color-motor: var(--color-power-range-20); }
table.motor-accessory-exhaust-silencer-table span.power-range-chip.power-range-25 { --color-motor: var(--color-power-range-25); }
table.motor-accessory-exhaust-silencer-table span.power-range-chip.power-range-30 { --color-motor: var(--color-power-range-30); }

.motor-accessory-exhaust-silencer-table-title{
  color: var(--color-primary);
  font-weight: 500;
  margin-bottom: 20px;
}

table.motor-accessory-exhaust-silencer-table + .legend p{
  margin-top: 0;
}

table.motor-accessory-exhaust-silencer-table .see-details{
  background-color: #ddd !important;
  color: #374047;
  font-weight: 600;
  font-size: 14px;
}