body          { font-size: 0.875rem; }
.font-monospace { font-size: 0.8125rem; }
.navbar-brand { letter-spacing: 0.04em; font-size: 1rem; }
pre           { font-size: 0.8rem; }
td.js-target-username { cursor: pointer; color: #0d6efd; }
td.td-detail          { max-width: 220px; }

/* Action checkboxes in the quarantine table */
#userTable input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  border: solid 1px #0d6efd;
  accent-color: #0d6efd;
  flex-shrink: 0;
}
#userTable input[type="checkbox"]:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
#userTable td.action-cell { vertical-align: middle; }

/* Group header colours */
.th-group-ad    { background-color: #0d6efd !important; }
.th-group-gw    { background-color: #198754 !important; }
.th-group-entra { background-color: #6f42c1 !important; }
