body {
  font: 12pt Georgia, "Times New Roman", Times, serif;
  line-height: 1.5;
}

header,
#mobile-nav,
.hero-pages,
.breadcrumbs,
.action-buttons,
.vacancy-quote-box,
section.content,
section.colleagues,
section.related-vacancies,
.social-share,
section.cta,
.btn-back-to-top,
footer {
  display: none !important;
}

#vacancy-content:before {
  display: block;
  content: url("../img/logo.jpg");
  width: 286px;
  height: 119px;
}

ul {
  padding-left: 15px;
}

a {
  text-decoration: none;
}

a:after {
  display: block;
  content: "Link: " attr(href);
  font-size: 80%;
  text-decoration: none;
}

.vacancy-tags a:after {
  display: none;
}
