#invoice_preview .modal-lg{
   max-width: 100%!important;
}

/* Hide Content While Printing */
@media print{
  .prt_hide{
    display: none!important;
  }
}

#order_preview{
   height: 90vh;
}