
/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em; 
 
}
.notedefault {
 border: none;
 color: white;
}
.notenested {
 color: white;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 float:left; width:304px; color:#ffffff; padding:0; margin:-25px 0px 0px 25px; text-align:left;
}

.sml-triggeroffset {padding:0; float:left;  text-align:left; width:110px;}

.snb-pinned .note-close {
 visibility: inherit;
}