﻿@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
  @page {
    size: A4;
    margin: 2cm 3cm;
  }
  body {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer.onlyPrint {
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 100%;
    font-size: 14px;
  }
  .onlyPrint, .card, .card-body, .card-text, .row, [class*=col-] {
    display: block;
  }
  .extra-m {
    margin-top: 30px;
  }
  .bg-img, .card-img-top, .person img {
    /* display: none*/
  }
  .row, [class*=col-] {
    break-inside: avoid;
  }
  .col h5, table, tbody, tr {
    page-break-before: always;
  }
  .bg-img {
    background-size: contain;
  }
  #page-content-wrapper {
    margin-top: 0;
  }
  .grecaptcha-badge {
    display: none !important;
  }
  #map div > img {
    position: absolute;
  }
}
