	.float-a-note {
		position: absolute;
		height: auto;
		background-color: #FFFFc0;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		-khtml-border-radius: 20px;
		z-index: 9999;
		opacity: 0.95;
		border-color: #cfcfa0 !important;
		text-align: left;
	}
	.float-a-note .note-label {
		background-color: #DDDDDD; color: black;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkitborder-bottom-left-radius: 5px;
		-khtml-border-bottom-right-radius: 5px;
		-khtml-border-bottom-left-radius: 5px;
	}
	.float-a-note .footnote, .float-a-note .note {
		border: none;
		background: #ffffc0;
		color: black;
		overflow: auto;
		clear: both;
		margin: 0;
		font-size: 10pt;

		/* This is imperfect, but it's an imperfect world. */
		max-height: inherit;
	}
	.float-a-note .note-return { display: none; }

	ol.footnotes {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	ol.footnotes li {
		list-style: none;
		background-color: #eee;
		margin: 0.5em 5em;
		padding-top: 20px; padding-bottom: 10px;
		padding-left: 10px; padding-right: 10px;
		font-size: 90%;
		line-height: 100%;
		border: 1px dotted black;
	}

[data-title]:hover:after {
opacity: 1;
transition: all 0.1s ease 0.5s;
visibility: visible;
}
[data-title]:after {
content: attr(data-title);
position: absolute;
width: 450px;
overflow: auto;
left: 2%;
padding: 4px 4px 4px 8px;
color: #222;
border-radius: 5px;  
box-shadow: 0px 0px 4px #222;  
/*background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f8f8f8),color-stop(1, #cccccc));
background-image: -webkit-linear-gradient(top, #f8f8f8, #cccccc);  */
background: #bee1ef;
opacity: 0;
z-index: 99999;
visibility: hidden;
}
[data-title] {
position: initial !important;
}
blockquote.et_pb_toggle_content {
display: none;
}
p span a
{
cursor: pointer;
color: #0D85CC !important;
}
p span a:hover
{
    color: #DA8504 !important;
    text-decoration: underline;
}