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

/* default note styles. */
.notedefault {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em; 
 width:230px;
}

/* editable note styles. */
.notedefault {
 padding: 4px 8px;
 border: 1px solid #999;
 background-color: #ffffff;
color:#808080;
 line-height:1.3;
}
.notedefault p {
margin-top: 0.4em;
margin-bottom: 0.4em;
}


.notedefault_b {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em;
 width:130px;
}
.notedefault_b {
 padding: 4px 8px;
 border: 1px solid #999;
 background-color: #fff;
color:#808080;
 line-height:1.3;
}
.notedefault_b p {
margin-top: 0.4em;
margin-bottom: 0.4em;
}

.notedefault_c {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em;
 width:250px;
}
.notedefault_c {
 padding: 4px 8px;
 border: 1px solid #999;
 background-color: #fff;
color:#808080;
 line-height:1.3;
}
.notedefault_c p {
margin-top: 0.4em;
margin-bottom: 0.4em;
}

/* editable position-type-specific offset information.  */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: -25px;
 margin-top: 80px;
}
.snp-mouseoffset_b, .snp-triggeroffset_b, .snp-mousetrack_b {
 margin-left: 15px;
 margin-top: 10px;
}
.snp-mouseoffset_c, .snp-triggeroffset_c, .snp-mousetrack_c {
 margin-left: 15px;
 margin-top: 10px;
}

/* Headings within notes */
.notedefault h5 {
font-size:14px;
 margin: 0 0 1px 0;
 padding: 0;
 color:  #000;
}
.notedefault_b h5 {
font-size:14px;
 margin: 0 0 1px 0;
 padding: 0;
 color:  #000;
}
.notedefault_c h5 {
font-size:14px;
 margin: 0 0 1px 0;
 padding: 0;
 color:  #000;
}
.snb-pinned .note-close {
 visibility: inherit;
}
