.div_footnote {
	display: none;
}

@media print {
	@page {
		size 8.5in 11in;
		margin: 2cm;
	}

	body {
		background: white;
		font-size: 12pt;
		padding: 0 !important;
	}

	h1 {
		padding: 0 !important;
	}

	.blog_block h1 {
		font-size: 28pt !important;
		font-weight: bold !important;
		font-style: normal !important;
	}

	.blog_block h1 a span {
		font-weight: normal !important;
		margin-bottom: 10px !important;
	}

	header, #footer, .related_links, .share_buttons, .fb-comments, .pagelabel-library, .pagelabel, .col_right, .avatar {
		display: none !important;
	}

	a, a:hover, a:visited {
        text-decoration: none !important;
    }

    a[href^="http"]:after {
        content:" <"attr(href)"> ";
        font-weight: normal !important;
    }

    a[href^="/"]:after {
		content: attr(href);
		display: none;
	}

	.div_footnote {
		display: block;
	}
}