

.fallback {
    display: none;
  } /* "fallback" links for non-CSS supporting browsers. */


.notedefault, .notenested {
    position: absolute;
    visibility: hidden;
    font-size: 11px;
    font-weight: normal;
    width: 200px;
    top: 1.2em;
    left: 2em;
    padding: 5px 10px;
    border: 1px solid #bdb27c;
    color: #111111;
    background-color: #FFFFFF;
    overflow: hidden;
  } /* Here's our default note styles. */


.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
    margin-left: 5px;
    margin-top: 15px;
  } /* Some position-type-specific offset information. Tweak as needed! */


.notedefault h5 {
    margin: 0 0 5px 0;
    padding: 2px;
    color: #111111;
    background-color: #FFFFFF;
  } /* Headings within notes */


.note-close {
    float: right;
    margin-top: 2px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: #111111;
    background-color : #FFFFFF;
    text-decoration: none;
    visibility: hidden;
  } /* Note close marker is only shown within pinned notes. */


.snb-pinned .note-close {
    visibility: inherit;
  }

