/***********************
Printing specific styles
***********************/

div.blurb,
p.tabs a,
a.printer {
	display: none;
}

/* Use the active-tab as the title for the sub-section of prices we're printing */
p.tabs a#active-tab {
	display: block;
	margin-right: 0;
	font-size: 30px;
	font-weight: bold;
}