/* "fallback" links for non-CSS supporting browsers. */

* {
	font: 11px/14px verdana,sans-serif;
}
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notedefault1, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em; 
 width: 200px;
}
.notedefault {
 padding: 3px;
 background-color: #940709;
 color: white;
}
.notedefault1 {
 padding: 3px;
 background-color: #73993f;
 color: white;
}
.notenested {
 width: 8em;
 padding: 3px;
 background-color: #C96;
 color: white;
}

.notenested1 {
 width: 8em;
 padding: 3px;
 background-color: #C96;
 color: white;
}

/* Headings within notes */
.notedefault h5 {
 margin: 0 0 5px 0;
 padding: 2px;
 background-color: white;
 font-weight:bold;
 color: black;
}
.notedefault1 h5 {
 margin: 0 0 5px 0;
 padding: 2px;
 background-color: white;
 font-weight:bold;
 color: black;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 5px;
 margin-top: 15px;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
 float: right;
 margin-top: 2px;
 width: 14px;
 height: 14px;
 line-height: 14px;
 color: black;
 text-decoration: none;
 visibility: hidden
}
.snb-pinned .note-close {
 visibility: inherit;
}