/* Utility: prevent wrapping in first two columns of attribute tables */
.attrs-table td:nth-child(-n+2),
.attrs-table th:nth-child(-n+2) {
  white-space: nowrap;
}
