
  /* =Print
  ----------------------------------------------- */

  /* We probably don’t need to print these. */
  #header nav,
  #header .search,
  #header .subscribe,
  #header .account,
  #footer,
  #content .sub-nav,
  #content .aside,
  #content .language,
  #content .text-manager,
  #content .options,
  #content .fb_iframe_widget,
  #content .discussion,
  #content .comments,
  #content .main.article nav {
    display: none !important;
  }

  /* Hide the fancy background colors. */
  body {
    background: white !important;
    color: black !important;
  }
  #content,
  #footer {
    background: transparent !important;
    -webkit-box-shadow : none !important;
    -moz-box-shadow    : none !important;
    -ms-box-shadow     : none !important;
    -o-box-shadow      : none !important;
    box-shadow         : none !important;
  }  
  #header {
    background-color: rgb(47, 47, 47) !important;
  }

  /* Make the content fill the whole page width. */
  #content .main {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
  }

  /* Make the type big and readable. */
  body {
    font-size: 12pt !important;
  }
