@media print {

	@page {
		margin: 0.5in;
	}

	.no-print {
		display: none;
	}

	.container {
		width: 100%;
	}


	#print_header {
		display: block !important;
		width: 100%;
		text-align: center;
		padding-top: 50px;
		padding-bottom: 0;
	}

	#print_header img {
		margin-bottom: 40px;
		background-repeat: no-repeat;
	}

	#content {
		padding-top: 0px;
		padding-bottom: 180px;
	}

}
