body {
 /*font: 13px/1.4 sans-serif;*/
}

/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.supernote-note {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em; 
 /*width: 10em;*/
}
.notedefault {
 border: 1px solid #39F;
 background-color: #FFF;
 color: black;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 5px;
 margin-top: 15px;
}

/* Data */
.notedefault {
 position: relative;
 z-index: 100;
}
/* Headings within notes */
.notedefault h5 {
 margin: 0;
 padding: 2px;
 background-color: #39F;
 color: #FFF;
 cursor: move;
 height:18px;
}
* html .notedefault h5 {
 /*width: 100%;*/
  width: 310px;
}
.snb-pinned h5 {
 background-color: #006dCC;
}

/* Content of notes */
.notedefault .notedata {
 padding: 5px;
}
/* 'Print' Link */
.notedefault .printlink {
 display: block;
 text-align: left;
 margin-left: 1em;
 margin-bottom: 1em;
 font-size: 80%;
 color: #99F;
 text-decoration: none;
 cursor: pointer;
}
/* Print Preview page */
.print-link-div {
 padding: 1em;
 position: absolute;
 top: 0;
 left: 0;
}
.print-link-done {
 margin-top: 5em;
 color: #999;
 text-decoration: underline;
 cursor: pointer;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
 position: absolute;
 right: 3px;
 top: 3px;
 width: 16px;
 height: 16px;
 line-height: 16px;
 color: #39F;
 background-color: #FFF;
 text-align: center;
 text-decoration: none;
 cursor: pointer;
}


