/* line 1, sass/print.scss */
#header,
#navigation,
#pre-footer,
#footer,
.sidebar-right,
#comments,
.related-posts,
.post-meta + h3.sans,
#comment-reply-form,
.social-icons,
.post-meta {
  display: none !important;
}

/* line 15, sass/print.scss */
#content:before {
  content: "";
  border-bottom: 1px solid #1A1919;
  display: block;
  height: 37px;
  margin-bottom: 5mm;
  padding-bottom: 3mm;
  background-image: url("../../images/logo-black.png");
  background-repeat: no-repeat;
  -webkit-background-size: 180px 37px;
  background-size: 180px 37px;
}
