body {
  background-color: transparent;
}

#site-navigation,
#secondary,
#footer,
.page-text-left,
.page-text-right,
.page-background-right {
  display: none;
}

#header .site-branding {
  background-color: transparent;
  margin: 30px auto 0;
  float: none;
}

#content {
  border: none;
}

.site-content {
  margin-left: 0;
}

.entry-meta ul.entry-meta-authors {
  border: 1px solid #232a2d;
}

.entry-meta ul.entry-meta-authors li {
  background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
  page-break-after: avoid;
  page-break-inside: avoid;
}

img {
  page-break-inside: avoid;
  page-break-after: avoid;
}

blockquote, table, pre {
  page-break-inside: avoid;
}

ul, ol, dl {
  page-break-before: avoid;
}
