* {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: none;
  }
  a:after {
    content: " (" attr(href) ")";
  }
  abbr:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  /* Don't show links for images */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 1.5cm 2cm 1.5cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  body>header,
  .breadcrumbs,
  #right,
  footer {
    display: none;
  }
  #logo-print {
    display: block !important;
    position: absolute;
    overflow: hidden;
    top: 0.5cm;
    left: 1.5cm;
    width: 0.5in;
    height: 1.515in;
  }
  #container-wrapper {
    margin: 0;
  }
  #main {
    overflow: visible;
  }
  #container {
    overflow: visible;
    box-shadow: 0 0 0 0;
    border: none;
    margin-left: 3.5cm;
  }
  #left {
    width: 100%;
    box-shadow: 0 0 0 0;
  }
  article {
    margin: 0.5cm;
  }
  article p,
  article ul,
  article ol,
  article header {
    margin: 0;
    font-size: 120%;
    line-height: 150%;
    -webkit-margin-after: 1em;
  }
  article h1 {
    font-size: 240%;
    line-height: 150%;
  }
  .st_plusone div{
    display: none;
  }
  .donate-paypal,
  .donate-mollie{
    display: none;
  }
  h2{
    margin-left: 0 !important;
  }