@page {
  size: auto;
  margin: 0;
}

.container {
  width: 100%;
  margin: 0;
  padding: 0;
}

.receipt {
  width: 62mm;
  margin: 5mm auto;
  font-family: Arial, sans-serif;
  font-size: 8pt;
  line-height: 115%;
}

.receipt h1 {
  margin: 10px 0 20px;
  font-size: 160%;
  font-weight: bold;
}

.receipt .barcode {
  margin-bottom: 10px;
}

.receipt table {
  margin-bottom: 10px / 2 !important;
}

.receipt table tr:last-child td {
  padding-bottom: 10px / 2 !important;
}

.receipt p {
  margin-bottom: .7em;
}

.receipt .small {
  font-size: 7pt;
}

.receipt.A4 {
  width: 80%;
  margin: 40px auto;
  font-size: 14px;
}

.receipt.A4 table {
  margin-bottom: 16px;
}

.receipt.A4 table tr:last-child td {
  padding-bottom: 16px;
}

.receipt.A4 .small {
  font-size: 12px;
}
/*# sourceMappingURL=print.css.map */
