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

table.motor-accessory-exhaust-silencer-series-references-table tbody tr td.single-header, table.motor-accessory-exhaust-silencer-series-references-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-series-references-table.with-multi-fields tbody tr td.main.single-header{
    padding-right: 10%;
}

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

table.motor-accessory-exhaust-silencer-series-references-table th,
table.motor-accessory-exhaust-silencer-series-references-table td {
  border: 1px solid #ccc;
  font-size: .9em;
}

table.motor-accessory-exhaust-silencer-series-references-table td {
  background-color: white;
}

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

table.motor-accessory-exhaust-silencer-series-references-table thead tr:first-child th:first-child {
    color: white;
    background-color: #187cc3;
}

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

table.motor-accessory-exhaust-silencer-series-references-table thead > tr:first-child > th:first-child {
  min-width: 100px !important;
  max-width: 300px;
  width: 25% !important;
}

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

table.motor-accessory-exhaust-silencer-series-references-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-series-references-table span.power-range-chip.power-range-05 { --color-motor: var(--color-power-range-05); }
table.motor-accessory-exhaust-silencer-series-references-table span.power-range-chip.power-range-07 { --color-motor: var(--color-power-range-07); }
table.motor-accessory-exhaust-silencer-series-references-table span.power-range-chip.power-range-08 { --color-motor: var(--color-power-range-08); }
table.motor-accessory-exhaust-silencer-series-references-table span.power-range-chip.power-range-10 { --color-motor: var(--color-power-range-10); }
table.motor-accessory-exhaust-silencer-series-references-table span.power-range-chip.power-range-20 { --color-motor: var(--color-power-range-20); }
table.motor-accessory-exhaust-silencer-series-references-table span.power-range-chip.power-range-25 { --color-motor: var(--color-power-range-25); }
table.motor-accessory-exhaust-silencer-series-references-table span.power-range-chip.power-range-30 { --color-motor: var(--color-power-range-30); }

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

table.motor-accessory-exhaust-silencer-series-references-table tbody .chips-container{
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  justify-content: center;
  align-content: space-around;
}
table.motor-accessory-exhaust-silencer-series-references-table tbody .chip{
  background-color: #fff;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  padding: 0px 4px;
  margin: 2px 2px;
  border-radius: 10px;
  font-weight: 400 !important;
  transition: all .33s ease 0s;
}

table.motor-accessory-exhaust-silencer-series-references-table tbody .chip:hover{
  color: white;
  background-color: var(--color-primary);
  transition: all .33s ease 0s;
}

table.motor-accessory-exhaust-silencer-series-references-table tbody .not-link.chip:hover{
  color: white;
  background-color: var(--color-primary);
  opacity: .8;
}

table.motor-accessory-exhaust-silencer-series-references-table tbody .separator{
  margin: 0px 3px;
  display: flex;
  align-items: center;
  text-transform: lowercase;
}