﻿@media print {
    body {
        background-color: #fff !important;
        overflow: auto !important;
        max-height: initial !important;
        height: initial !important;
    }

  img.printable-image{
      display: block !important;
      max-height:250mm !important;
      max-width: 170mm !important;
      margin:0 auto !important;
      page-break-after:always;
      page-break-inside:avoid;
      border: 4px solid #000;
  }
    .no-printable {
        display: none !important;
    }

    .printable-section {
        display: block !important;
    }
    .tooltip {
        display: none !important;
    }

    @page {
        size: A4;
    }
}

