#post-share {
  display: none;
}

#post-related {
  display: none;
}

#header, #footer {
	display: none;
	visibility: hidden;
}

*,
*:before,
*:after {
	color: #000 !important;
	background: transparent !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

body, html {
	margin: 0;
	padding: 0;
}

body {
	max-width: inherit !important;
	width: 98% !important;
	margin: 0 auto;
	font-size: 13px;
}

.post-content {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	float: none;
}

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


h1 {
  font-weight: bold;
  font-size: 1.53em;
  line-height: 1.25em;
}
h2 {
  font-weight: bold;
  font-size: 1.325em;
}
h3 {
  font-weight: bold;
  font-size: 1.25em;
}

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

p, h2, h3 {
  orphans: 3;
  widows: 2;
}

#post-meta .time {
  font-size: inherit;
}
