@media print {
  #header, .main-nav-wrapper {
    display: none;
  }
  #ProductInfoBox {
    display: none;
  }
  .centernav {
    width: 800px !important;
    float: none !important;
    margin: 0 auto;
  }
  #mylayer1 {
    width: 800px !important;
    background-image: none;
    vertical-align: middle;
    align-items: center;
  }
  #showArticleMain {
    border: none;
  }

  div#KB {
    width: 70%;
  }

  .print {
    display: none;
  }
  #global-footer.noprint, #footer {
    display: none;
  }

  .backtoprevious {
    display: none;
  }
}