.Header--print {
  display: none;
}

.Footer--print {
  display: none;
}

img[alt$="icon"] {
    margin-left: 0px;
    margin-right: 10px;
    display: inline;
}

@media print {
  body {
    overflow: visible !important;
    display: block;
    margin: 0;
 }

  body, h1, h2, h3, h4, ol, ul, div {
    width: auto;
    border: 0;
    margin: 0;
    padding: 0;
    float: none;
    position: static;
    overflow: visible;
  }

  h3 {
    margin-top: 10px;
  }

  .ModulePage {
    height: initial;
    display: block;
    min-height: inherit;
  }

  .ModulePage-textContainer--manual figure {
    display: block;
    margin: 20px auto;
  }

  .ModulePage-textContainer--manual img {
    max-height: 300px;
  }

  .ModulePage-photoContainer {
    display: none;
  }

  .Breadcrumb {
    display: none;
  }

  .ModulePage-details {
    position: relative;
    height: auto;
  }

  .ModulePage-textContainer {
    position: relative;
    margin-left: initial;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    width: auto;
    height: auto;
  	border: 0;
  	margin: 0;
  	padding: 0;
  	float: none !important;
  }

  .ModulePage-manualDownloadButton,
  .DocsPage-manualDownloadButton {
    display: none;
  }

  img {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
  }

  .Header--print {
    display: block;
    max-width: 300px;
    padding-left: 20px;
    margin: -40px 0;
  }

  .Footer--print {
    page-break-before: avoid;
    display: none;
    height: 0px;
  }

  th {
    color: black;
  }

  .PageHeader {
    margin: 20px 0;
  }

  .ModulePage {
    margin-top: inherit;
  }

  .LogoSpacer,
  .Header,
  .Header--mobile,
  .Header-mobileLinkContainer,
  .Footer,
  .ModuleDrawer {
    display: none;
  }

  .DocsPage pre {
    color: #000;
    background: white !important;
  }

  .Certification-readMore {
    display: none;
  }
}
