/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#lnb-footnotes-container {
    margin-top: 30px;
}

#lnb-footnotes-container .lnb-footnotes-title-h3 {
    font-size: 30px;
}

#lnb-footnotes-container ul li {
    list-style: none;
    font-size: .9em;
    color: #666666;
    margin-left: 0;
}

.lnb-foonotes-title, .lnb-footnotes-toggle {
    line-height: 1.3 !important;
    font-weight: normal !important;
}

#lnb-footnotes-container a:not(.lnb-footnote-item):hover {
    text-decoration: underline;
}