@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: A4;
  }
  body {
    min-width: 992px !important;
    margin: 0;
  }
  footer {
  margin-bottom: 12cm;
  page-break-after: always;
}
  .container {
    min-width: 992px !important;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
}

/* custom */
.u-logo img {width: 35%}
.usetox-interface {margin-top: 2cm}
.header-images img {margin: -10px; margin-top:10px; margin-bottom: 10px;}
.header-images .flex-item {margin: 0 50px;}
.parent-flex.header-images h3 {font-size: 1.1rem;}
.inputs-info, .results-info {margin-top: 20px;}
.leaflet-back {padding-top: 0;}

.direct-emissions .amin {padding-bottom:0}

.print-spacing-1 {margin-bottom:8cm}
.print-spacing-1_1 {margin-bottom:11cm}
.print-spacing-1_3 {margin-bottom:4.5cm}
.print-spacing-2 {margin-bottom: 2.5cm}
.print-spacing-3 {margin-bottom: 4cm}

div.print-on {display:block}
.print-off {display:none}
