
/*-----------------------------------------------
    Print Styles
  ----------------------------------------------- */


  /* Hide everything except the main content. */
  #members,
  #language,
  #topics,
  #headline,
  #nav,
  #nav-sub,
  #content .aside,
  #footer,
  .text-manager {
    display: none;
  }
  #branding h2 {
    margin-top: 0;
  }
  #content {
    margin-top: 1.55em;
  }

  /* Make everything monochrome. */
  body {
    background: #fff;
    padding: 20px 25px;
  }
  body,
  body * {
    color: #000 !important;
    border-color: #000 !important;
  }

  /* Use a font-size that's comfortable to read. */
  body,
  body #content {
    font-size: 9pt !important;
  }


  /* On the newsletter page, hide everything except the newsletter itself. */
  #content-main .newsletter .options,
  #content-main .newsletter .activity,
  #content-main .newsletter .discussion,
  #content-main .newsletter .comments,
  #content-main .newsletter .tags,
  #content-main .newsletter .permalink {
    display: none;
  }
  #content-main .newsletter .footer {
    margin-top: 3.1em;
  }