@media print {
	html * { 
		width: auto !important;
		height: auto !important;
		line-height: 130% !important;
		background: white !important;
		text-align: left !important;
		color: black !important;
		font-size: 11pt !important;
		left: 0 !important;
		top: 0 !important;
		right: 0 !important;
	}
	h1 {
		font-size: 15pt !important;
	}
	#header, #sidebar, #settings, #primenav, #footer, #footerlinks {
		display: none; 
		visibility: hidden;
	}
	.ext { 
		padding: 0;
		background: transparent none;
	}
	p a {
		text-decoration: none;
	}

	#content {
		top: 8em !important;
	}
	#main ul.tablist {
		list-style: inside none none !important;
		margin-left: auto;
}
	#main ul.tablist li {
		float: none;
		margin: 0 !important;
		line-height: 1.2;
		display: block !important;
	}
}