body {font: 13px/1.4 sans-serif;}
/* "fallback" links for non-CSS supporting browsers. */
.fallback {display: none;}
/* Here's our default note styles. */
.notedefault, .notenested {position: absolute;top:0;left:0; width:100%; height:100%; visibility: hidden;}
.notedefault {z-index:10000;padding: 3px;color:#666666; }
.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: 5px;margin-top: 15px;}

/* Headings within notes */
.notedefault h5 {margin: 0 0 30px 0;padding: 10px 2px;background-color: white;color: red;font-weight:bold;font-size:14px;border-bottom:1px #CCC solid;}
.notedefault h5 a{margin-left:30px;}
.notedefault p{margin:10px 30px; text-align:justify;}
/* Note close marker is only shown within pinned notes. */
.note-close {float: right;margin-top: 2px;width: 14px;height: 14px;line-height: 14px;color: red;text-decoration: none;visibility: hidden;font-size:14px;}
.snb-pinned .note-close {visibility: inherit;}