body.hotwire-native .dt-buttons {
  display: none;
}

@media print {
  body {
    font-family: serif;
  }

  h1 {
    text-shadow: none;
  }

  .refreshable-header {
    margin-bottom: 0 !important;
  }

  .container,
  .dataTable {
    max-width: 100% !important;
  }

  footer,
  .btn,
  .dt-paging,
  .dt-search,
  .navbar,
  .service-history-button {
    display: none !important;
  }

  /* Use to print the URL of all <a> tags */
  /* a:after { content:' [' attr(href) '] '} */

  body:after {
    content: "Exported from autovera.io";
  }
}
