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

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 0;
 left: 0; width: 195px;
}
.notedefault {
 padding: 6px;
 border: 1px solid #369;
 background-color: #fff;
 color: #000;
}
.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: 20px;
}

/* Headings within notes */
.notedefault h5 {
 margin: 0;
 padding: 2px 2px 2px 8px;
 background-color: white;
 color: black;
 font-size: 14px;
}

/* 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;
}

.zone{ margin: 0; padding: 0; }
.zone h1 { margin: 0 0 12px 0; padding: 0; text-align: left; color: #595959; font-size: 18px; line-height: 1.4em; }
.zone li { margin: 0 0 4px 0; padding: 0; text-align: left; color: #595959; font-size: 12px; line-height: 1.4em; }
.zone p { margin: 0 0 12px 0; padding: 0; text-align: left; color: #595959; font-size: 13px; line-height: 1.4em; }


.zone td { height: 17px; line-height: 17px; vertical-align: middle; font-size: 12px; color: #393d59; }
