.admin-bar .easy-footnote-margin-adjust {
	position: absolute;
	margin-top: -40px;
}
.easy-footnote-to-top {
	display: inline-block;
	margin-left: 5px;
}
.easy-footnote-to-top:after {
	content: "\f0aa";
	font-family: 'FontAwesome';
	line-height: 1;
	color:#CCC;
}
.qtip-bootstrap {
  font-size: 11px;
  font-family: 'droid_sans_monoregular';
  line-height: 15px;
  color: #000;
  padding: 1px;
  background-color: #F2F2F2;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.35);
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.35);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.qtip-content a {
	color:#000;
}
.qtip-content a:hover {
	color:#92E6F1;
}
.qtip-content a[target="_blank"]:before {
content: '' !important;
} 
.qtip-bootstrap .qtip-content {
  padding:10px;
}
.qtip .qtip-tip {border: 0px !important;
  width: 26px;
  height: 9px;
  line-height: 9px;
  left: 50%;
  margin-left: -13px;
  top: -9px;
  background-color: transparent !important;
}

.easy-footnote-to-top {
	border-bottom:none !important;
}
.easy-footnote-to-top:hover:after {
	color:#2D3DAA;}