.inline-footnote  {
    padding: 2px 6px;
    text-decoration: none;
    border-radius: 3px;
    vertical-align: sub;
    margin: 0 2px;
    line-height: 1;
    vertical-align: text-top;
    font-size: 12px;
    margin: -5px 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: 15px;
    background-color: #fff;
    border: 1px solid #6c6e6d;
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,.4);
    font-weight: 500;
    font-size: 13px;
    line-height: 1pc;
    letter-spacing: .01em;
    max-width: 300px;
}
