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

 table.actuator-adaptator-references-interfaces {
  width: 100%;
  text-align: center;
  font-size: .9em;
  border-spacing: 0;
  margin-top: 2em;
}

table.actuator-adaptator-references-interfaces tbody tr td:nth-child(1) {
  background-color: rgb(245, 245, 245) !important;
  font-weight: 600 !important;
}

table.actuator-adaptator-references-interfaces {
  border-collapse: collapse;
}
table.actuator-adaptator-references-interfaces th, table.actuator-adaptator-references-interfaces td {
  border: 1px solid #ccc;
  padding: 4px;
}
table.actuator-adaptator-references-interfaces td {
  background-color: white;
}

table.actuator-adaptator-references-interfaces thead th {
  min-width: 90px;
  margin: 0;
  padding: 4px;
  font-weight: 600;
  vertical-align: center;
  color: white;
  background-color: #af0078;
}

table.actuator-adaptator-references-interfaces tbody td:first-child {
  padding: 4px;
}
table.actuator-adaptator-references-interfaces thead th:not(:first-child) {
  color: #374047;
  background-color: #eee;
}

table.actuator-adaptator-references-interfaces tbody .chip{
  background-color: #fff;
  border: 1px solid #af0078;
  color: #af0078;
  padding: 0px 4px;
  margin: 0px 2px;
  border-radius: 10px;
}

table.actuator-adaptator-references-interfaces tbody td a{
  font-weight: 400 !important;
}
table.actuator-adaptator-references-interfaces tbody a:hover .chip{
  /*opacity: .8;*/
  color: white;
  background-color: #af0078;
}

table.actuator-adaptator-references-interfaces tbody .not-link.chip:hover{
  /*opacity: .8;*/
  color: white;
  background-color: #af0078;
  opacity: .8;
}