@media print {
   body {
      color: #000;
      background: transparent;
   }
   
    html, body { height: 99%; } 
   
   h1, h2, h3, h4, h5, h6 {
	   page-break-after: avoid;
	}
	img {
	   max-width: 100% !important;
	}

	ul, img {
		page-break-inside: avoid;
	}

	hr {
		display: block !important;
		height: 1px !important;
		background: transparent !important;
		width: 100% !important;
		border: none !important;
		border-top: solid 1px #aaa !important;
	}
	
	#simple-search, #service-bar, #previous-next-record, #add-to-favorites, #save-all-records, .searchBottom, .amount-display, #filterform {display:none}
	#search-bar, #advanced-search-container, #advanced-search-container h3 {background:transparent;padding:0;}
	
	#bd {background:transparent;}
	
	#advanced-search-container h3 {border-bottom:solid 1px #000;}
	
	dl {
		width:auto !important;
		padding-right:0 !important;
	}
	
	dt {
		width:auto !important;
		text-align:left !important;
		margin-right:0.5em !important;
		padding-right:0 !important;
	}
	dd {
		width:auto !important !important;
		padding-right:0 !important;
	}
}