body {
 font: 12px/1.2 arial, sans-serif;
}

/* "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: 515px;
}
.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;
}

.superPackage { margin: 0; padding: 0; }
.superPackage .star { float: left; margin: 0 10px 0 0; }
.superPackage .name { margin: 0; line-height: 16px; vertical-align: middle; color: #4e5774; font-weight: bold; font-size: 15px; }
.superPackage .location { color: #818181; font-size: 11px; font-weight: normal; }
.superPackage .line { margin: 6px 0 10px 0; width: 100%; height: 1px; line-height: 1px; background-color: #e2b590; }
.superPackage .photo { float: left; padding: 2px; border: 1px solid #a3b2c3; }
.superPackage .details { float: right; padding: 0; width: 300px; color: #595959; font-size: 13px; }
.superPackage p { margin: 0 0 12px 0; padding: 0; text-align: left; color: #595959; font-size: 13px; line-height: 1.4em; }


.superPackage td { height: 17px; line-height: 17px; vertical-align: middle; font-size: 12px; color: #393d59; }
