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

 table.actuator-torque-recovery-references {
  width: 100%;
  text-align: center;
  font-size: .9em;
  border-spacing: 0;
}

table.actuator-torque-recovery-references tbody tr td:nth-child(1) {
  background-color: #eee !important;
  font-weight: 600 !important;
}

table.actuator-torque-recovery-references {
  border-collapse: collapse;
}
table.actuator-torque-recovery-references th, table.actuator-torque-recovery-references td {
  border: 1px solid #ccc;
}

table.actuator-torque-recovery-references td {
background-color: white;
}

table.actuator-torque-recovery-references thead th {
  margin: 0;
  padding: 4px;
  font-weight: 600;
  vertical-align: center;
  background-color: #44a12b;
  color: white;
  border-color: #ccc;
  border-right-width: 1px;
  border-right-style: solid;
}
table.actuator-torque-recovery-references thead th:not(:first-child) {
  min-width: 75px;
  color: #374047;
  background-color: #eee;
}
table.actuator-torque-recovery-references thead th:first-child {
  width: fit-content;
}