@charset "utf-8";
/* CSS Document */
/*
SUPERNOTE v1.0beta (c) 2005-2006 Angus Turnbull, http://www.twinhelix.com
Altering this notice or redistributing this file is prohibited.
*/
body {
 font: 10px/1.3 sans-serif;
}
/* "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: 5em; width: 20em;
}
.notedefault {
 padding: 3px;
 border: 1px solid #369;
 background-color: black;
 color: white;
}
.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #369;
 background-color: black;
 color: white;
}
/* Here's our default note styles. */
.notedefault2, .notenested2 {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 5em; width: 500em;
}
.notedefault2 {
 padding: 3px;
 border: 1px solid #369;
 background-color: black;
 color: white;
}
.notenested2 {
 width: 500em;
 padding: 3px;
 border: 1px solid #369;
 background-color: black;
 color: white;
}
/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 10px;
 margin-top: 20px;
}
/* Headings within notes */
.notedefault h3 {
 margin: 0 0 5px 0;
 padding: 2px;
 background-color: #68964f;
 color: white;
}
/* Headings within notes */
.notedefault2 h4 {
 margin: 5px 5px 5px 5px;
 padding: 2px;
 background-color: black;
 color: white;
}
/* 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;
}