@media print {

	@page { 
		size: letter;
		margin: 2cm; }
		
	body { background: none; }
	
	.innerWrap { padding-top: 0; }
	
	header#header,
	#registrationPage header.details .title a.info,
	#registrationPage header.details .bottom,
	#registrationPage .errorBox.success:before { display: none; }
	
	#registrationPage { padding: 0; }
	
	#registrationPage header.details figure {
		padding: 0;
		background: none;
		border: none; }
		
	#registrationPage header.details .top {
		width: auto;
		float: none;
		padding: 0 0 10px 20px;
		margin-bottom: 0;
		border-bottom: none;
		overflow: hidden; }
		
	#registrationPage header.details .title {
		max-width: 100%;
		float: none;
		display: block; }
		
	#registrationPage header.details .right {
		max-width: 100%;
		float: none;
		display: block;
		margin-top: 5px;
		text-align: left; }
		
		#registrationPage header.details .right span {
			width: auto;
			float: none;
			display: inline-block;
			padding: 0 0 0 25px; }
		
		#registrationPage header.details .right .date {
			margin: 10px 17px 0 0;
			background-position: top 1px left; }
			
		#registrationPage header.details .right .location { background-position: top 1px left 3px; }
		
	#registrationPage .errorBox.success { 
		padding: 10px;
		background: none; }
		
		.force_no_print {
			display: none !important; }
	
}