@font-face {
  font-family: "RO Sans";
  src: url("//data.pbl.nl/webresources/fonts/ROsanswebtextregular.eot?") format("embedded-opentype"), url("//data.pbl.nl/webresources/fonts/ROsanswebtextregular.woff") format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RO Sans";
  src: url("//data.pbl.nl/webresources/fonts/ROsanswebtextitalic.eot?") format("embedded-opentype"), url("//data.pbl.nl/webresources/fonts/ROsanswebtextitalic.woff") format("opentype");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "RO Sans";
  src: url("//data.pbl.nl/webresources/fonts/ROsanswebtextbold.eot?") format("embedded-opentype"), url("//data.pbl.nl/webresources/fonts/ROsanswebtextbold.woff") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "RO Serif";
  src: url("//data.pbl.nl/webresources/fonts/ROserifwebregular.eot?") format("embedded-opentype"), url("//data.pbl.nl/webresources/fonts/ROserifwebregular.woff") format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RO Serif";
  src: url("//data.pbl.nl/webresources/fonts/ROserifwebitalic.eot?") format("embedded-opentype"), url("//data.pbl.nl/webresources/fonts/ROserifwebitalic.woff") format("opentype");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "RO Serif";
  src: url("//data.pbl.nl/webresources/fonts/ROserifwebbold.eot?") format("embedded-opentype"), url("//data.pbl.nl/webresources/fonts/ROserifwebbold.woff") format("opentype");
  font-weight: 700;
  font-style: normal;
}
figure.f.kader,
figure.fgl.kader {
  margin: 0;
  padding: 0;
  width: auto;
}

figure.f.webpub,
figure.fgl.webpub {
  margin: 20px 0 20px 0;
}

figure.f img,
figure.fgl img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 0;
  image-rendering: auto;
}

figure.f figcaption,
figure.fgl figcaption {
  margin: 0;
  font-size: 0.8rem;
  font-family: "RO Sans", Verdana, sans-serif;
  display: block;
  color: #565656;
  font-weight: inherit;
  background-color: #F2F2F2;
  padding: 4px 25px 4px 17px;
  border-top: 2px solid #a0a0a0;
}

figure.f figcaption span.fignr,
figure.fgl figcaption span.fignr {
  display: inline;
  font-family: "RO Sans", Verdana, sans-serif;
  font-weight: 700;
  margin-right: 10px;
}

figure.f div.actions,
figure.fgl div.actions {
  border-top: 1px solid #D6D6D6;
  position: relative;
  right: 0;
  padding: 6px 0 6px 0;
  display: none;
  text-align: right;
}

figure.f div.action,
figure.fgl div.action {
  display: inline;
  font-size: 0.8rem;
  padding-left: 10px;
}

figure.f div.action a,
figure.f div.action a:visited,
figure.fgl div.action a,
figure.fgl div.action a:visited {
  color: #007BC7;
  text-decoration: none;
  transition: border 300ms ease-out;
  border-bottom: 2px solid #F2F2F2;
  font-family: "RO Sans", Verdana, sans-serif;
}

figure.f div.action a:hover,
figure.fgl div.action a:hover {
  text-decoration: none;
  border-bottom: 2px solid #007BC7;
}

/*Slightly smaller because text doesn't run to the end of the container*/
figure.f + p,
figure.c + p {
  margin-top: 1.5em;
}

figure.f figcaption {
  padding: 15px 25px 15px 17px;
  font-size: 0.9rem;
  color: #262626;
  background-color: #F2F2F2;
}

figure {
  position: relative;
}

.dropdown {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 999;
}

.dropdown button {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/vector-sign-of-download-icon.jpg);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  border: 0;
  cursor: pointer;
}

.dropdown button:hover {
  background-color: #e6e6e6;
}

.dropdown-content {
  border: 1px solid #e6e6e6;
  padding: 10px;
  background-color: #fff;
  box-shadow: rgb(136, 136, 136) 3px 3px 3px;
  display: none;
  z-index: 1000;
  margin-top: 35px;
}

.dropdown-content a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  color: #262626;
  font-family: "RO Sans", Arial, sans-serif;
}

.dropdown-content a:last-child {
  margin-bottom: 0;
}

.dropdown-content a:hover {
  text-decoration: underline;
}

/**
  Data table
 */
body.datatable {
  font-family: "RijksoverheidSansWebText Regular", Arial, sans-serif;
}
body.datatable h1 {
  font-size: 1.4rem;
}
body.datatable table {
  width: 50%;
  border-collapse: collapse;
}
body.datatable th, body.datatable td {
  font-family: "RijksoverheidSansWebText Regular", Arial, sans-serif;
  font-size: 1.2rem;
  border-collapse: collapse;
  padding: 8px;
  text-align: right;
}
body.datatable table tbody tr th:first-child {
  text-align: left;
}
body.datatable table thead tr:first-child th,
body.datatable table thead tr:first-child td,
body.datatable table tbody tr:last-child td,
body.datatable table tbody tr:last-child th {
  border-bottom: 2px solid #777C00;
}
body.datatable td, body.datatable th {
  border-bottom: 2px solid #e6e6e6;
}
body.datatable caption {
  display: none;
}

/*# sourceMappingURL=embed.v2.css.map */
