@media only print {
	.printhide {
		display: none !important;
	}

	.print-list {
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}

	#print-header {
		display: block;
	}

	#print-header img {
		max-height: 45px;
		margin-right: 10px;
	}

	#print-header #site-title {
		font-family: arial;
		font-size: 24px;
		text-rendering: optimizelegibility;
		text-transform: uppercase;
		color: #000;
		text-align: left;
	}
}