@media print{
	@page{
		margin: 0.5cm
	}

	a, a:visited{
		text-decoration: underline
	}

	a[href]:after{
		content: " <"attr(href) ">"
	}

	abbr[title]:after{
		content: " ("attr(title) ")"
	}

	table, pre, blockquote{
		border: 1px solid #999;
		page-break-inside: avoid
	}

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

	thead{
		display: table-header-group
	}

	a, tr{
		page-break-inside: avoid
	}

	img{
		max-width: 100% !important
	}

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

	.widget-area, #branding, #commentform, #colophon{
		display: none
	}
}