.transaction-intro ol, .transaction-intro ul, .transaction-intro li {
	list-style: disc outside none;
	margin-left: 1em;
}

.business-transaction .header {
	font-size: 1.2em;
	font-weight: normal;	
}

.related-forms .header {
	font-size: 1.1em;
	font-weight: normal;
	display: block;
	margin-top: 10px;	
}

.related-crm-cases .header {
	font-size: 1.1em;
	font-weight: normal;
	display: block;
	margin-top: 10px;
}

.transaction-overview h1 {
	font-size: 1.5em; 
	font-weight: bold;
}


@media print {

	.noPrint { display:none; }
	
	#dockbar { display:none; }
	
	/*
 	 * Hide DCC GEL elements for print media
 	 */	
	#header_gel .navbar-fixed-top, #header_gel #sticky-footer { display:none; }
	
	/*
	 * Remove the border around the Orbeon form
	 */
	.container .main {
		border: 0;
	}
	
	/*
 	 * Workaround to issue with DCC Gel where a margin is added to the top of the content area to
 	 * shunt it down below GEL headers (that are not present in DCCGel)
 	 * Paul Pratley will review the DCCGel implementation as a longer term fix, 
 	 * at which point this class can/should be removed
 	 */	
	#header_gel #content-full-width {
		margin-top: 0 !important;
	}
}