@media print {
  * {
    overflow: visible !important;
  }
  .page {
    page-break-after: always;
    margin: 100px 0;
  }

  body,
  .container {
    height: auto;
  }

  .edit_order {
    margin-top: -130px;
  }

  #order-status label {
    letter-spacing: 5px;
    font-style: italic;
    font-size: 24px;
    font-family: "Merriweather", "serif";
  }

  select#order_status_event {
    height: auto;
    font-size: 24px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
  }

  .column_header {
    font-weight: 500;
  }

  .new-note {
    display: none;
  }

  h3 {
    font-size: 16px;
  }
}
