<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 8.0rem;
}

.active {
  font-weight: 700!important;
}

.dragging {
    color: white;
  }
  
.drag-handler {
  cursor: grab; 
}
  
.dragging .drag-handler {
  cursor: grabbing;
}

.table.custom tbody tr:hover td, 
.table.custom tbody tr:hover th {
    background-color: transparent;
}</pre></body></html>