/* target the existing table by id */
#realtime-status {
  width: 95% !important;
  max-width: 100% !important;
  table-layout: fixed;      /* makes columns obey widths, avoids weird auto-resize */
  border-collapse: collapse;
}

#realtime-status th,
#realtime-status td {
  padding: .5rem;
  border: 1px dotted #ddd;
  white-space: nowrap;      /* prevents wrapping if you want a horizontal scroll instead */
}

/* wrapper if you add one later */
.realtime-status-wrap { width: 100%; overflow-x: auto; }
