body {
    background: #f4f4f4;
}

table {
  background-color: #f4f4f4;
}

.table td.fit, 
.table th.fit {
   white-space: nowrap;
   width: 1%;
}

.accordion {
  --bs-accordion-bg: #f4f4f4;
  --bs-accordion-btn-bg: #f4f4f4;
}

/* monospace list for band weight tables */
.monospace-list li { 
  font-family: "DejaVu Sans Mono", 
  "Courier New", monospace; 
  white-space: pre; 
}