@media print {
  /* line 106, ../../pre-compiled/sass/_html5_bp_after.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 116, ../../pre-compiled/sass/_html5_bp_after.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 121, ../../pre-compiled/sass/_html5_bp_after.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 125, ../../pre-compiled/sass/_html5_bp_after.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  /* line 134, ../../pre-compiled/sass/_html5_bp_after.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 139, ../../pre-compiled/sass/_html5_bp_after.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  /* line 150, ../../pre-compiled/sass/_html5_bp_after.scss */
  thead {
    display: table-header-group;
  }

  /* line 154, ../../pre-compiled/sass/_html5_bp_after.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 159, ../../pre-compiled/sass/_html5_bp_after.scss */
  img {
    max-width: 100% !important;
  }

  /* line 163, ../../pre-compiled/sass/_html5_bp_after.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 170, ../../pre-compiled/sass/_html5_bp_after.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
  #top-ad-wrapper,
  #header-wrapper,
  #disqus_thread,
  #explore-categories,
  #comment-count,
  #top-links,
  #share-links,
  #tag-list,
  #related,
  #related-inner,
  #ad-around-the-web,
  #ad-from-our-partners,
  #articles,
  #explore-features,
  #house-sidebar-masthead,
  #most-popular,
  #preview-widget,
  #giveaways-widget,
  #ratings,
  #evolve_footer,
  #ad-springboard-300x250,
  #social_widget,
  #footer,
  #sb_sliding_video_unit,
  #ad {
    display: none !important;
  }
  a[href]:after {
    content: none !important;
  }
  a { 
    text-decoration: none !important; 
  }
  ul li {
	display: none !important;
  }
  .pulled, 
  .mobile-only,
  .photo-credit,
  .rating, 
  .comment-balloons,
  .hiddenFields,
  .form-inputs,
  .still-holder,
  .blurb,
  .read-more-inline-arrows,
  .ad,
  .border-flourish,
  .section,
  .single-item {
	display: none !important;
  }
  .no-print, .no-print * {
    display: none !important;
  }
  html, body {
    height: auto !important;
	margin: 0 0 0 0 !important;   
  }
}
