.thermal {
  font-family: "Courier New", monospace;
  width: 58mm;
  margin: 0 auto;
  font-size: 10px;
}

.status-banner {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 9999;
}

.table-scroll {
  overflow: auto;
}

@media (max-width: 1024px) {
  .register-layout {
    display: block;
  }
}