header, nav, footer {
	display: none;
}

#footer {
	display: none;
}

.paperbird {
	display: none;
}

img {
	max-width: 100% !important;
}

@page {
	margin: 1cm;
}

body {
	font : 12pt Georgia, "Times New Roman", Times, serif;
	line-height: 1.3;
	color: #000;
	background: #fff;
}

body, article {
	width: 100%;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	
	color: #000;
}

h2, h3, h4 {
	page-break-after: avoid;
}

ul, ol, img {
	page-break-inside: avoid;
} 

a {
	text-decoration: none;
	font-weight: bolder;
	color:#06c;
}

a[href^=http]:after {
	content:" <" attr(href) "> ";
}

a[href^="#"]:after {
   content: "";
}
