@charset "UTF-8";
/*
This stylesheet is used to override template css
 */

/* FOR PRINTING */

@media print {
  @page {
    size: auto; /* or A4 if needed */
    margin: 0;
  }

  body {
    margin: 0;
    padding: 0;
  }

  body * {
    visibility: hidden;
  }

  #printArea,
  #printArea * {
    visibility: visible;
  }

  #printArea {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  #ReceiptPrintArea {
    width: 4in;
    height: 8in;
    margin: 0 auto;
  }
  #ReceiptPrintArea2 {
    width: 13in; /* adjust depending on form */
    height: 8.5in;
  }
}
