pheader {
  position: fixed;
  top: 0;
  color: #333;
  text-align: left;
  padding: 0;
  display: none;
  width: 100%;
  height: 40px;
  background-color: white;
  z-index: 1000000;
  border-bottom: 2px solid black;
}

pfooter {
  border-top: 2px solid black;
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: black;
  text-align: center;
  padding: 5px;
  height: 60px;
  background-color: white;
  z-index: 10000001;
  left: 0 !important;
}

@media print {
  html, body {
    background-color: white !important;
  }
  * {
    font-weight: bold !important;
  }
  a {
    font-size: smaller !important;
  }
  .content-area > p > a {
    font-size: 20px !important;
  }
  div {
    break-inside: auto !important;
  }
  .no-print {
    display: none !important;
  }
  @page {
    size: 420mm 594mm;
    margin: 0 !important;
  }
  .endeks-page table th, .endeks-page table td {
    background-color: none !important;
    box-shadow: none !important;
  }
  ._6_6_1 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  pheader {
    display: block !important;
  }
  pfooter {
    display: none !important;
    width: 100%;
  }
  .page-endesk-footer {
    display: none !important;
  }
  .page-endesk-footer * {
    display: none !important;
  }
  #bistTopOnBlock {
    margin-bottom: 2cm !important;
  }
}

/*# sourceMappingURL=print.css.map */
