/** Areas to hide for printing **/
.l-region--navigation,
.l-preface,
.l-header .l-branding a.site-logo,
.l-region--sidebar-second,
.footer-wrapper,
#block-hnog-og-links {
  display: none;
}

.l-header .l-branding {
  text-align: left;
  padding: 0 0;
  min-height: 0;
}

#block-hnutils-content-header {
  padding: 0;
}
#block-hnutils-content-header h2 {
  font-size: 18px;
}

.with-preface #block-hnutils-content-header {
  padding: 0;
}

.l-main .l-content h1 {
  font-size: 24px;
}

.replies-block {
  padding: 0;
  margin-top: 20px;
}
.replies-block .views-row {
  margin-bottom: 20px;
}
.replies-block .replies-header {
  margin-bottom: 20px;
}
.replies-block .replies-header a.reply-new {
  display: none;
}

form.hncomment-simple-reply-form {
  display: none;
}

#block-hnog-og-header,
#block-hnutils-global-header {
  height: auto;
  padding: 20px 0;
}

article.node--teaser,
article.node--list,
article.node--reposted-announcement-list,
article.node--reposted-announcement-teaser,
article.search-result,
article.node--review--node-embed {
  border: 1px solid #ccc;
}
