﻿dummy {/*necessary for PrinceXML if saved w/UTF-8 BOM*/}

/*STUFF TO HIDE*/
table#parallel div.buttons,
table#parallel tr.controls td *, /*hiding tr or td itself screws up printing in Firefox*/
div.bottom /*copyright notice*/ {
	display:none;
}
/*TABLE HEADERS*/
table#parallel th a { /*change tables headers only--not variant apparatus (which is red on inserts) */
	color:black;
	text-decoration:none;
}
/*PAGE BREAKS*/
table#parallel tr {
	page-break-inside:avoid; /*unfortunately, ignored by Firefox*/
}
/*HOVER TEXT*/
table#parallel span.hovertext { /*remove faint border whenever hover text is enabled but background colors turned off*/
	border:1px solid transparent;
}

