img[src*="logo"] {
  width: em(102px); }

img[src*="logo-be"] {
  display: none; }

body {
  margin: 1em; }

a:link,
a:visited {
  text-decoration: underline !important; }

.page__wrapper--content a {
  color: #14a1cc !important;
  text-decoration: none !important; }
  .page__wrapper--content a::after {
    content: " (" attr(href) ")" !important;
    color: silver !important;
    text-decoration: none !important; }

.page__wrapper--content figure a::after {
  display: none !important; }

.element-invisible {
  display: none !important;
  visibility: hidden !important; }

.page__wrapper + .page__wrapper,
.page__section + .page__section,
.block + .block {
  margin-top: 1em; }

.page__wrapper--tools, .page__wrapper--navigation, .page__wrapper--bottom {
  display: none; }
