
/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Note styles. */
.notedefault {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em;
 width: 25em;
 padding: 10px;
 border: 1px solid #369;
 background-color: #e8f0f6;
 color: #000000;
 font-size: 85%;
 z-index: 999;
}

/* position-type-specific offset information. */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 5px;
 margin-top: 15px;
}

/* Headings within notes */
.notedefault h5 {
 padding: 0 0 2px 0;
 background-color: #e8f0f6;
 color: #000000;
 font-size: 100%;
}

/* close button */
.note-close {
 float: right;

 visibility: hidden
}
.snb-pinned .note-close {
 visibility: inherit;
}

/* question mark icon for use in a list format*/
.trigger-icon {
	color: #9a2422!important;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #9a2422;
	font-size: 90%;
	padding: 0 2px;
	cursor: help;
}

/*Blue dotted underline style trigger for use in a sentence*/
.trigger-underline {
	color: #000000!important;
	border-bottom:1px dotted #004dbb;
	text-decoration: none;
	cursor: help;
}