<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {
  #cms-top,
  .staff-edit-button,
  #header,
  #footer,
  #content .sidebar,
  .ras,
  .article-container .related-articles,
  .tags-list,
  .comments-wrapper,
  .comments-wrapper h2,
  .comments-wrapper .comment,
  .comment-featured,
  .comment-forms,
  .gnr-dropmenubutton,
  .user-action-bar,
  .buttons.button-pager,
  .related-searches-wrapper,
  .user-image,
  .breadcrumbs
  {
    display: none !important;
  }

  #content {
    padding-top: 0;
  }

  .article-container {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .article-intro {
    padding-bottom: 0;
  }

  h1 {
    font-size: 1.8em;
  }

  article h2 {
    margin: 3% 0 1.5% 0;
    font-size: 1.4em;
  }

  .article-container .subtitle,
  article h3 {
    font-size: 1.2em;
  }

  .section-discussions .comments-wrapper .comment.is-featured,
  .section-discussions .comments-wrapper {
    display: block !important;
  }

  .section-discussions .comments-wrapper .comment {
    display: none !important;
  }

  .author-container .author-text {
    margin-left: 0;
  }

  #comment-list .user-comment {
    margin-left: 0;
  }
}</pre></body></html>