.inline-footnote  {
    padding: 2px 5px;
    text-decoration: none;
    border-radius: 3px;
    vertical-align: sub;
    margin: 0 1px;
    line-height: 1;
    vertical-align: text-top;
    font-size: 11px;
    margin: -3px 0 0;
    display: inline-block;
    font-weight: 500;
    border-bottom: 0px;
    cursor: pointer;
}
.inline-footnote:hover {
  text-decoration: none;
}
.inline-footnote span.footnoteContent {
    position: absolute;
    z-index: 10000;
    padding: 5px 4px 7px 7px;
    background-color: #E6E9ED;
    border: 1px solid #6c6e6d;
	opacity: 0.85;
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,.4);
    font-weight: 500;
    font-size: 14px;
    line-height: 1pc;
    /*letter-spacing: .01em;*/
    max-width: 320px;
}