<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hide-on-print,
body.kenniscentrum-3 .content:before {
  display: none;
}

body {
  margin: 0px;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  width: 700px; /* Fits the pdf A4 page. Somehow. */
}

.header,
body.kenniscentrum-3 .header {
  position: static;
  left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 100px;
  width: 700px;
}

.header .logo {
  width: auto;
  height: 80px;
}

.header .address,
.header .address a {
  text-align: right;
  font-family: Franklin Gothic Demi Compressed, Impact, Charcoal, sans-serif;
  font-size: 18px;
}

.content {
  position: static;
  margin-top: 0px;
}

.content .main-content {
  margin-left: 0px;
  margin-right: 0px;
  width: auto;
  text-align: justify;
}

/*
  Fixes for the DOMPDF Utility.
*/
.content .main-content div,
.content .main-content ol,
.content .main-content p,
.content .main-content ul {
  margin-bottom: 0em;
  padding-bottom: 1.2em; /* Padding instead of margin. DOMPDF doesn't consistently show the margin. Sometimes it does, sometimes it doesn't. */
  font-size: 18px;
}

.content .main-content p:last-child {
  padding-bottom: 0em; /* Padding instead of margin. DOMPDF doesn't consistently show the margin. Sometimes it does, sometimes it doesn't. */
}

.content .main-content .meta p {
  font-family: Franklin Gothic Demi Compressed, sans-serif;
  font-size: 21px;
}

.content .right-bar p {
  margin-bottom: 0px;
  padding-bottom: 20px; /* Padding instead of margin. DOMPDF doesn't consistently show the margin. Sometimes it does, sometimes it doesn't. */
  font-family: Franklin Gothic Demi Condensed, sans-serif;
  font-size: 16px;
}

.content .main-content a {
  display: inline;
}

/* Kenniscentrum */

body.kenniscentrum-3 {
  background:#fff;
}</pre></body></html>