@media print {
  body {
    background-color: #fff;
    color: #000;
    font-family: Baskerville, Georgia, Garamond, Times, serif;
    font-size: 11pt !important;
  }

  h1, h2, h3, h4, h5, h6 {
    border: none;
    font-family: Baskerville, Georgia, Garamond, Times, serif;
    color: #000;
  }

  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000 !important;
  }

  .content, .body, .copyright {
    color: #000;
    font-family: Baskerville, Georgia, Garamond, Times, serif;
    font-size: 11pt !important;
    width: 97%;
  }

  #wrapper-right, #wrapper {
    background: none !important;
  }

  #wrapper {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .submitted {
    color: #000;
    font-family: Baskerville, Georgia, Garamond, Times, serif;
    font-size: 10pt;
  }

  html body {
    background: transparent;
    width: 98%;
  }

  #header, .navbar-menu, .nav-tabs, #locationbar, #primary, #secondary, #sidebar-left, #sidebar-right, #search, #tabs, #menu, #mission, #footer-wrapper, .block-admin_menu, #node-actions {
    visibility: hidden;
    display: none;
  }

  .metaImage, .comment img, .footer, .outline-navigation, .book-navigation, .terms, .tabs, .links, .breadcrumb, .taxonomy, .pager, .feed-icon, .forum-topic-navigation {
    visibility: hidden;
    display: none;
  }

  #squeeze, #columns, #center, #container {
    margin: 0 !important;
    padding: 0 !important;
    float: none;
    width: 100%;
    background: none !important;
  }

  #wrapper #container #center {
    float: none !important;
  }

  .metadata {
    border-color: #ccc;
    width: 100%;
    color: #000;
    font-family: Baskerville, Georgia, Garamond, Times, serif;
    font-size: 10pt;
  }

  .metadata a {
    margin: 0px 6px;
  }

  .meta {
    display: none;
    visibility: none;
    height: 0px;
  }

  .comment-title,
  .copyright {
    border-color: #ccc !important;
  }

  .comment {
    width: 95%;
    font-size: 10pt;
  }

  .comment .content {
    font-size: 10pt;
  }

  .comment, .comment-right {
    border: none !important;
    background-color: #fff;
  }

  .comment-left {
    width: 80px;
    font-size: 10pt;
  }

  a {
    color: Black !important;
    text-decoration: none !important;
  }

  a:link, a:visited {
    color: #520;
    background: transparent;
  }

  .block-header {
    background: none !important;
    border: none !important;
  }

  .block-header h2 {
    border-bottom: 1px solid #ccc !important;
  }

  .collapsiblock {
    background: none !important;
  }

  .collapsiblockCollapsed {
    visibility: hidden;
    display: none;
    border: none !important;
  }

  #node-view div.panel-row-1 div.panel-col-1 {
    width: 100%;
  }

  #node-view div.panel-row-1 div.panel-col-2 {
    visibility: hidden;
    display: none;
  }

  h1 {
    border-bottom: 1px solid #ccc !important;
  }

  .panel-flexible {
    overflow: visible;
  }

  #admin-menu {
    display: none;
    height: 0;
    visibility: hidden;
  }

  .block-adsense_managed {
    visibility: hidden;
    display: none;
  }

  .comment {
    display: none;
    visibility: hidden;
  }
}


