@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,  .t3-sidebar,  .t3-content-mass,  .ja_socialaftercontent,  .ja-topbar,  .pagenav,  #disqus_thread,  .readmore {    display: none !important;  }    .main-content,  .t3-content {    width: 100% !important;   }    .article-aside {    padding: 0 !important;  }    .pull-left.item-image {    margin-top: 0 !important;  }    .article-info dd {    padding: 0 !important;   }}