/**
 * All of the CSS for the public-facing CSS source
 * for the MODEC motor model's specs.
 */

:root {
  --color-motor: var(--color-primary);
}

table.motor-option-without-lubrication-table {
  width: 100%;
  text-align: center;
  font-size: .9em;
  border-spacing: 0;
}

table.motor-option-without-lubrication-table{
  border-collapse: collapse;
}

table.motor-option-without-lubrication-table th, table.motor-option-without-lubrication-table td {
  border: 1px solid #ccc;
}

table.motor-option-without-lubrication-table thead th {
  margin: 0;
  padding: 4px;
  width: 40%;
  font-weight: 600;
  vertical-align: center;
  color: var(--color-on-primary);
  background-color: var(--color-motor);
}
table.motor-option-without-lubrication-table thead th:not(:first-child) {
  min-width: 75px;
  color: #374047;
  background-color: #eee;
}
table.motor-option-without-lubrication-table thead th:first-child {
  width: 20% !important;
  min-width: 100px !important;
}

table.motor-option-without-lubrication-table tbody th{
  background-color: #eee;
  font-weight: 600;
  padding: 4px;
}