h1.site-title:hover {
    cursor: pointer;
}

span.usfm-c {
    display: none;
    color: green;
    float: left;
    width: 1.2em;
    text-align: center;
    font-family: Georgia;
    font-size: 300%;
    line-height: 80%;
}

span.usfm-v {
    color: green;
}

span.popup {
    display: none;
}

span.popup_marker [class$="__text"] {
    display: none;
}

span.usfm-f1 > a {
    color: red;
}

blockquote.usfm span.usfm-f1 > a {
    /* When text is italicized, create a little better spacing for footnotes */
    padding-left: 0.3em;
}

span.usfm-v,
span.usfm-f1,
span.usfm-f2 {
    vertical-align: super;
    font-size: .7em;
}

span.wj {
    color: red
}

audio {
    border: none;
    display: none;
    margin: .25em auto 0;
}

audio.noscript {
    border: 1px solid black;
    display: inline !important;
}

i {
    cursor: pointer
}

@media print {
    body * {
        visibility: hidden;
    }

    article.passage * {
        visibility: visible;
    }

    article.passage {
        position: absolute;
        left: 0;
        top: 0;
    }
    .scripture-page .passage .inspired:before,
    .scripture-page .passage .inspired:after,
    .scripture-page .passage .inspired #section1.scripture-section:before,
    .scripture-page .passage .inspired #section1.scripture-section:after {
        background: none;
    }
}

.yellowHighlight {
    background-color: yellow;
}

.footnote-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.footnote-content {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 80%;
    text-align: center;
    font-size: 1.2em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    /* Needed for positioning the close button */
}

.footnote-close {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 1.1rem;
    background: none;
    border: none;
    color: #fff;
    background: #333;
    cursor: pointer;
    font-weight: normal;
    padding: 0 .4em;
    line-height: 1;
}

.footnote-close:hover {
    color: #000;
    background-color: #665;
    font-weight: bold;
}