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




/* 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;
	
}
