@media print {
  * {
    background: none !important;
    text-align: left !important;
    border: 0 !important;
  }

  html {
    margin: 0 !important;
    padding: 0 !important;
  }

  body {
    background: #fff !important;
    padding: 0 !important;
    margin: 10px !important;
    font: 12pt Georgia, "Times New Roman", Times, serif !important;
    line-height: 1.3 !important;
  }
  
  h1 {
    font-size: 24pt;
  }

  h2 {
    font-size: 14pt;
    margin-top: 25px;
  }

  aside h2 {
    font-size: 18pt;
  }

  a {
    color: #2976c9 !important;
  }
  
  a:after {
    content: " (" attr(href) ")";
    font-size: 80%;
    display: none !important;
  }
  
  a[href^="http://"]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
    display: none !important;
  }

  a[href^="#"]:after {
    display: none !important;
  }

  p a[href^="http://"]:after, 
  a[href^="https://"]:after {
    content: " (" attr(href) ")";
    display: none !important;
  }
  
  a {
    word-wrap: break-word;
  }

  th,td {
    color: #2f2f2f !important;
    border-color: #ccc !important;
  }
  
  .t3-header,
  .t3-footer,
  .ja-top-panel,
  .t3-mainnav .top-header,
  .t3-mainnav .header-menu,
  .t3-mainnav .head-social,
  .t3-mainnav .vert-nav,
  .t3-sidebar,
  .t3-content-mass,
  .ja_socialaftercontent,
  .ja-topbar,
  .spl-home-3,
  .pagenav,
  #disqus_thread,
  .dq-powered,
  .readmore,
  .comment-count,
  .article-aside .article-info,
  .article-aside .pull-right,
  .article-aside .menu-edit {
    display: none !important;
  }
  
  .main-content,
  .t3-content,
  .article-body {
    width: 100% !important; 
  }
  
  .article-aside {
    padding: 0 !important;
  }
  
  .pull-left.item-image {
    margin-top: 0 !important;
  }
  
  .article-info dd {
    padding: 0 !important; 
  }
  
  .featured.categories-module .article-content, 
  ul.categories-module.featured .article-content, 
  .featured.category-module .article-content, 
  ul.category-module.featured .article-content {
    margin-bottom: 0;
  }
  
  .featured.categories-module li, 
  ul.categories-module.featured li, 
  .featured.category-module li, 
  ul.category-module.featured li {
    min-height: 350px;
  }
}