body {
  background-color: #f5f6f8;
}

.receipt-sheet {
  max-width: 720px;
}

@media print {
  .no-print,
  nav,
  .alert {
    display: none !important;
  }

  body {
    background: #fff;
  }

  .receipt-sheet {
    border: none;
    box-shadow: none;
  }
}
