
sup.note,
body.mce-content-body sup.note {
	font-size: 80%;
	display: inline-block;
	position: relative;
	top: -0.45em;
	padding: 2px;
	line-height: 1;
	font-weight: normal !important;
}

sup.note a {
	font-weight: normal;
	display: inline-block;
	margin: -8px;
	padding: 8px ;
	border: none;
	text-decoration: none;
	border: none;
}

sup.note a:hover {
	text-decoration: underline;
	border: none;
}

ol.notes, div.notes {
	font-size: 85%;
	line-height: 1.3;
	padding-left: 25px;
	text-align: left;
    word-wrap: normal;
	word-break: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
}

div.notes span.note, div.notes a.note {
	display: inline-block;
	margin: 6px 0 0 -25px;
	width: 25px;
	border: none;
}

div.notes > p {
	padding: 0;
	margin: 4px 0;
	line-height: 1.2;
}

ol.notes, 
body.mce-content-body ol.notes  {
	display: block;
	list-style-type: decimal !important;
	padding: 0 18px 0 auto !important;
}

body.mce-content-body ol.notes:before {
	margin: 24px 0 0 0 !important;
	padding: 0 !important;
}

ol.notes > li, 
body.mce-content-body ol.notes > li  {
	display: list-item;
	list-style-position: outside;
	padding: 0;
	margin: 8px 0 8px 18px;
	line-height: 1.2;
}

ol.notes > li:before, 
body.mce-content-body ol.notes > li:before {
	display: none;
}

.note_helper {
	position: absolute;
	z-index: 100;
	background-color: #fff;
	color: #000;
	display: block;
	width: auto;
	padding: 8px 16px 12px 16px;
	margin: 2px 16px 0 16px;
	box-shadow: 0 3px 12px rgba(100,50,0,0.2); 
	border: 1px solid #eee;
	border-radius: 10px;
	font-weight: initial !important;
	font-size: initial !important;
	line-height: 1.3;
	text-align: left;
    word-wrap: normal;
	word-break: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
}

.note_helper p {
	font-weight: initial !important;
	text-decoration: initial !important;
	font-size: 90% !important;
}

.note_helper span.note {
	display: block;
	margin-bottom: 4px; 
	font-family: "Open Sans", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

.note_helper span.note:before {
	content: "Note ";
}

.note_helper .note_close {
	float: right;
	cursor: pointer;
	color: #000;
	font-size: 20px;
	line-height: 1;
	padding: 0 0 6px 6px;
	margin: 0; 
	border: none !important;
	text-decoration: none !important;
}