.print_only {
  display: block !important;
}
.no_print {
  display: none !important;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster */
  a,
  a:visited {
    text-decoration: underline;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  #wrapper {
    min-height: 0;
  }
  #main {
    padding: 0 !important;
  }
  #navbar,
  #banner,
  #filter,
  #infographic,
  .footer-template,
  #footer_image,
  #footer-nav {
    display: none;
  }
  #content > .span8 {
    width: 100%;
  }
  aside.image {
    display: none;
  }
  .feature_img {
    float: none !important;
    width: 50%;
    margin: 20px 70px 0 !important;
  }
  .post .feature_img {
    margin: 20px 0 !important;
  }
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10,
  .span11,
  .span12 {
    width: 100% !important;
    display: block !important,float:none !important;
  }
  #footer {
    text-align: center;
    height: auto;
    margin-top: 0;
  }
  #footer #footer_copy {
    height: 120px;
    text-align: center;
  }
  #footer .site-description {
    float: none;
    margin: 10px 0;
    text-align: center;
  }
  #footer #site-info {
    float: none;
    margin-right: 0;
    margin-top: 0;
    text-align: center;
  }
  #footer #site-info .creative {
    padding-left: 5px;
  }
  #footer .smallprint {
    float: none;
    margin: 0 5%;
    text-align: center;
    line-height: 1.25em;
  }
}