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

/* Here's our default note styles. */
.notedefault,.notedefault2,.notedefault3,.notedefault4, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em; width: 10em;
}
.notedefault {
 padding: 10px;
 background-color: #666;
 color:#fff;
 /* border-radius: 3px;
 -moz-border-radius: 3px;*/
 line-height:18px;
 width:359px;
}
.notedefault2 {
 padding: 10px;
 background-color: #666;
 color:#fff;
 /* border-radius: 3px;
 -moz-border-radius: 3px;*/
 line-height:18px;
 width:146px;
}
.notedefault3 {
 padding: 10px;
 background-color: #666;
 color:#fff;
 /* border-radius: 3px;
 -moz-border-radius: 3px;*/
 line-height:18px;
 width:177px;
}
.notedefault4 {
 padding: 10px;
 background-color: #666;
 color:#fff;
 /* border-radius: 3px;
 -moz-border-radius: 3px;*/
 line-height:18px;
 width:176px;
}

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

#supernote-note-demo1 a {color:#fff;text-decoration:underline;}
#supernote-note-demo1 a:hover {color:#fff;text-decoration:underline;}