@media print {
  body, body * {
    color: #000 !important;
    text-shadow: none !important;
  }
  body * {
    font-weight: 700 !important;
  }
  .parking-print-page, .parking-print-ticket, .print-surface,
  .history-table-wrap, .history-table, .history-table tr,
  .history-table th, .history-table td {
    background: #fff !important;
  }
  .parking-print-ticket, .history-table, .history-table th, .history-table td {
    border-color: #000 !important;
  }
  .parking-print-brand img, .print-brand img {
    filter: grayscale(1) contrast(1.8);
  }
}
