@media print {
.rob, .ral {
	font-family: Georgia, Times, Serif !important;
}	
.gray { color: #000}
	body {
		color: #000 !important;
		background: #fff;
		width: 8in;
		padding: .25in;
		margin-top: 0 !important;
	}
	
	.withDrop:first-letter,
	.bright,
	figcaption,
	.subhead
	{ color: #000 !important; font-family: Georgia, Times, Serif !important;}
	
	#before-splash,
	#series-nav-footer,
	#series-menu,
	#floating-folio,
	.tab-controller,
	.perc-holder,
	.block-item,
	.footer-list
	{ display: none !important}

	#splash {
		font-family: Georgia, Times, Serif !important;
		position: static !important;
		background: none;
		margin: 0 auto;
		padding-top: 10px;
		width: auto !important;
		background: #fff !important;
		min-height: 1px !important;
	}
	#splash > .inner > h3 {
		font-family: Helvetica, Arial, Sans-Serif !important;
		background: #fff !important; color: #000 !important;
		padding: 0 !important;
		color: #666 !important;
	}
	
	#splash > .inner > h3:before {
		content: '';
		background-image: url(/static/media/projects/libraries/images/logo_b.png);
		width: 167px;
		height: 30px;
		display: inline-block;
		margin-right: 10px;
		position: relative;
		top: 6px;
	}
	
	#splash > .inner { position: static !important; width: 90% !important; margin: 0 auto}
	#splash > .inner > h1 > span {
		font-family: Helvetica, Arial, Sans-Serif !important;
		color: #000; text-shadow: none;
		font-size: 36px;
		margin: 10px 20px 10px 0;
		padding: 0 !important;
		background: none !important;
	}
	
	#splash > .inner > p > span {
		font-family: Helvetica, Arial, Sans-Serif !important;
		color: #666; text-shadow: none;
		margin: 3px 4px 3px 0 !important;
		padding: 0 !important;
		background: none !important;
	}
	
	#splash > span , .logoW { display: none !important}
	
	.byline > small, .byline > a, .byline > span{
		font-family: Helvetica, Arial, Sans-Serif !important;
	}
	#article-wrapper > p {
		font-size: 16pt;
		font-family: Georgia, Times, Serif !important;
	}
	
	#article-wrapper > p a:before { content: '' !important}
	#article-wrapper > p a {
		color: #333 !important;
		background: none !important;
		text-decoration: none;
	}
	
	#article-wrapper > p a:before {
		content: '';
		margin: 0;
		position: static;
	}
	
	.withDrop:first-letter {
		font-size: 14pt;
		float: none;
		margin: 0;
		font-weight: normal;
		background: none !important;
	}
	
	#article-wrapper:after {
		font-family: Georgia, Times, Serif !important;
		content: 'Thank you for printing this article. You can read the Miami Herald\'s entire "Boom, Bust & Back" series online at: http://bit.ly/1qwOwnj';
		display: block;
		text-align: center;
		font-style: italic;
	}
	
	p > .subhead {
		font-family: Helvetica, Arial, Sans-Serif !important;
	}
}
