.ticket {
  width: 78mm;
  font-family: monospace;
  font-size: 14px;
  color: #000;
}

.ticket-divider {
  border-top: 1px dashed #000;
  margin: 4px 0;
}

.ticket-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.ticket-th-sm { width: 15%; }
.ticket-th-md { width: 46%; }
.ticket-th-pr { width: 19%; }
.ticket-th-tot { width: 20%; }

.ticket-hidden {
  position: absolute;
  left: -9999px;
  background: #fff;
  padding: 10px;
}
