
	.hide-on-print {
	display: none;
	}
	
	.print-only {
	display: inherit;
	}
	
	#print-masthead {
	font-size: 3em;
	margin-bottom: 1em;
	}
	
	#print-url {
	float: right;
	}
	
	body,
	body * {
	color: #000 !important;
	}
	
	body a,
	body * a {
	text-decoration: underline !important;
	}

	#hero .hero-caption {
	max-width: 100%;
	position: static !important;
	clear: both !important;
	}
		
	#hero .caption-bubble {
	opacity: 1 !important;
	display: block !important;
	float: none !important;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	}
	