#headerTop .right,
#headerBottom,
.familyHeader,
footer,
.socialLinks,
iframe,
.secondChoice,
.technicalContentRight,
.menu,
#universeSelector {
  display: none;
}
#content > div {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.contentPage {
  width: 100% !important;
}
#contentTechnicalContent #associatedProducts,
#contentTechnicalContent .activityBlock {
  display: none;
}
#contentProduct .bigButton,
#contentProduct #video,
#contentProduct #associatedProducts,
#contentProduct #complementaryProducts,
#contentProduct #solutions {
  display: none;
}
img {
  page-break-before: auto;
  /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
  page-break-after: auto;
  /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
  page-break-inside: avoid;
  /* or 'auto' */
}
