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

/*  Formats instruction box for Compound Summary. Not part of the final QuikScan Views text   */
.instructionsModule {
	background-color: #FFC;
	border: 1px solid #bbb;
	border-radius: 1em;
	color: #000;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0px;
	
}


blockquote {
	border-left: 5px solid #ddd;
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	padding-left: 0.3em;
	text-align: left;
}

.underscore {
color: #930;
text-decoration: underline;
	
}




.module.collapsible.expanded .sectionNoteFormat {
	opacity: 0;
	
}

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

 .sectionNoteFormat {
	opacity: 0;	
}
*/
 