@media print {
  html,
  body {
    border: 1px solid white;
    height: auto !important;
    page-break-after: avoid !important;
    page-break-before: avoid !important;
    min-height: 0;
  }
  .print-only {
    display: block !important;
  }
}

section {
  visibility: hidden;
}

section img {
  max-width: 200px;
  max-height: 200px;
}

.print {
  visibility: visible;
}

.print-clean {
  width: 100%;
}

.searchbar {
  display: none !important;
}

.print-hide {
  visibility: hidden;
  display: none;
}

.print-show {
  visibility: visible;
  display: inline;
}

footer {
  display: none;
}
