<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header {
  display: none;
}

#footer {
  display: none;
}

p, a, h1, h2, h3, h4 {
  color: black !important;
}

/*Product Page Specific print style handling*/
#product .video {
  display: none;
}

#product a.button, #product a.btn {
  display: none;
}

#product nav {
  display: none;
}

#product .basic_tabs .panel {
  display: block !important;
}

#product .product_feature_tabs_nav  {
  display: none;
}

#product .product_overview_gallery_thumbs {
  display: none;
}

#product .swimlane_component {
  display: none;
}

#product .swimlane_component.caption{
  display: block;
}

.long_list &gt; *.hide {
  display: block;
  opacity: 1;
}
</pre></body></html>