body {
 font: 13px/1.4 sans-serif;
}

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

/* Here's our default note styles. */
.notedefault, .notenested, .order {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em; 
}

.notedefault {
 padding: 3px;
 background-color:rgba(190,233,255,0.85);
 color: #222;
 width:400px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
}

.order {
 padding: 10px;
 background-color:#feff8a;
 color: #333;
 width:275px;
 -moz-border-radius:7px;
 -webkit-border-radius:7px;
}

.order p a:link, .order p a:visited,{
	font-weight:bold;
	color:brown;
	}

#content .notedefault p {
	margin-top:5px;
	font-size:12px;
	font-weight:bold;
	}
.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 {
top:0px;
margin-left:0;
}

.snp-triggeroffset.order {
	margin:0;
	margin-top:40px;
	}
	
	.snp-triggeroffset.order p {
	margin:0;
	font-size:11px;
	}
	
	.snp-triggeroffset.order h3 {
	margin-top:0;
	margin-bottom:5px;
	}

#supernote-note-design img {
	margin:0 auto;
	border:1px solid #fff;
	}



/* Headings within notes */
.notedefault h1 {
 font-size:18px;
 text-shadow:none;
 color: black;
 margin-bottom:5px;
}

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