
/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 0;
 left: 0;
 width: 300px;
 text-align: left;
}
.notedefault {
 padding: 5px 10px;
 border: 1px solid #369;
 background-color: #fff;
 color: #444444;
 font-size: 12px;
 line-height: 1.3em;
}
.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #963;
 background-color: #C96;
 color: white;
}

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

/* Headings within notes */

.notedefault h1 { margin: 0 0 5px 0; padding: 0; font-size: 14px; font-weight: normal; color: #009FC2; letter-spacing: 1px; line-height: 1.3em; text-align: left; }
