@charset "utf-8";
/* Best to keep css specific to each document separate from css for the template */




.globalNav {
	text-decoration:none;	
	color:#000;
}


/*
.ModHeadSec {
	opacity: 0
}
*/


.sectionNoteFormat {
	opacity: 0.7;
}


/*
sup {
	color: #906;
	vertical-align:text-top;
	font-size: 75%;
	
}
*/
/*  temporary: delete when finished formatting refs */
/* .RefsInModule {
	list-style-type:none;
	color:red;
	padding-bottom:0.6em;
}
*/




/* You can global hide all instances "Notes" by setting opacity to 0 as shown below. If you use Display: none, you will break the Table of Contents */
/*
.module.collapsible.expanded .sectionNoteFormat {
	opacity: 0;
	
}

*/