/*print version*/
@media print {
	ul, ol, li { page-break-inside: avoid;	}
	
	ol:first-child { page-break-before: avoid;	}

	h1, h2, h3, h4, h5 { page-break-after: avoid;	}
	
	.pubCount, .pubCount2 { margin-left: 5px; }
	
	.no_print {	display: none; }
	
	.itemShortDesc { margin-left: 22px;	}
	
	#DuplicatesMatrix td, tr.even { background-color: white; }
	
	#DuplicatesMatrix b { color: black;	}
	
	#DuplicatesMatrix table,#DuplicatesMatrix td,
	#DuplicatesMatrix th {	border-color: black; }

	.ListLibraries thead th.header { background-image: none; }

	.ShowLibrary div.content { page-break-inside: avoid; }
}
