/* "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: 2em;
    width: 10em;
} .notedefault {
    padding: 10px;
    border: 1px solid #646265;
    background-color: #f5f3f3;
    font-size: 11px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
} .notesize {
    width: 200px;
    z-index: 1000;
} .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: 170px;
    margin-top: 0px;
    margin-bottom: 20px;
}

/* Headings within notes */ .notedefault h5 {
    margin: 0 0 5px 0;
    padding: 2px;
    background-color: white;
    color: black;
}

/* Note close marker is only shown within pinned notes. */ .note-close {
    float: right;
    margin: 0px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-decoration: none;
    visibility: hidden;
	color: #999;
font-weight:bold;
font-size:11px;
padding:2px 4px 2px 0;
border-top:none;
border:right:none;
border:1px solid #eee;
} .snb-pinned .note-close {
    visibility: inherit;
}