@media print {
  /* Documento */
  body {
    overflow: auto;
    width: 100%;
    height: 100%;
  }
  .wrapDocBar,
  .toTop,
  .editLegix,
  .relatedPane,
  #fullView,
  .sidebar,
  .pbs-page-navigation,
  .footer {
    display: none;
  }
  .searchResults {
    margin-top: -80px;
  }
  .searchParameters {
    display: block !important;
  }
  .conteudo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .overlayContent {
    display: none !important;
  }
  .copyright {
    display: block !important;
  }
  .fonte img {
    display: none !important;
  }
}