#sdiv {
    position:absolute;
    top:0px;
    min-width:1px;
    min-height:1px;
    z-Index:9999999;
}

#sdiv.hidden {
    display:none;
}

#sdiv * {
    margin:0;
    padding:0;
    box-sizing:border-box;
}

#scripture-tagger {
    width:450px;
    margin-bottom:20px;
    box-shadow: -2px -2px 30px #DDDDDD;
    border: 20px solid white;
    border-radius: 2px;
    font-family:ystem-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Arial;
    background-color:white;
}

#scripture-tagger > .scripture-head {
    /*background-color:white;*/
    padding:5px 3px 0;
}

#scripture-tagger > .scripture-head > div > h6 {
    color:#CB101F;
    font-weight:bold;
    font-size:1.3em;
    padding:4px 10px 6px;
    letter-spacing:0;
    line-height:1em;
    text-align: left;
}

#scripture-tagger > .scripture-body {
    overflow:auto;
    text-align:left;
    max-height:300px;
    line-height:23px;
    border-bottom: none;
    border-width:0 2px 2px;
    padding: 5px;
}

#scripture-tagger > .scripture-body > div {
    font-size:1.1em;
    line-height: 1.5;
    color:#000;
    padding: 7px 7px;
    font-weight: 500;
}

#scripture-tagger > .scripture-body > div.continue a {
    border: 1px solid #D4D4D4;
    background: linear-gradient(to top, #E6E6E6, #F5F5F5);
    display: inline-block;
    width: 185px;
    height: 40px;
    padding-top: 2px;
}

#scripture-tagger > .scripture-body > div.continue a.ft {
    font-size: 19px;
    line-height: 30px;
    position: relative;
    top: -3px;
    left: 0;
    vertical-align: center;
    text-align: center;
    font-weight: bold;
}

#scripture-tagger > .scripture-body > div .verse {
    padding-bottom: 8px;
}

#scripture-tagger > .scripture-body > div .sub-head {
    font-weight: bold;
}

#scripture-tagger > .scripture-body > div .verse-num {
    font-size: 11px;
    position: relative;
    line-height: normal;
    top: auto;
    vertical-align: top;
    padding-left: 2px;
}

#scripture-tagger > a.powered-by {
    display: flex;
    padding: 5px 2px;
}

#scripture-tagger > a.powered-by:hover {
    box-shadow: none;
}

#scripture-tagger > a.powered-by img {
    margin-left:10px;
    width: 155px;
}

#scripture-tagger > .scripture-body > div a:link,
#scripture-tagger > .scripture-body > div a:visited {
    color:black;
    text-decoration:none;
}

#scripture-tagger > .scripture-body > div a:hover {
    color:#891810;
}

#scripture-tagger > .close {
    background-color: #cdd8e4;
    border: 1px solid #778fb8;
    border-radius: 4px;
    color: #6980a3;
    font-size: 1em;
    line-height: 23px;
    font-weight: bold;
    height: 23px;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 6px;
    width: 30px;
    user-select: none;
}

#sdiv.noTouch #scripture-tagger > .close {
    display:none;
}

#scripture-tagger > .close > span {
    position: relative;
}


@media only screen and (min-width: 400px) and (max-width: 911px) {
    body:not(.viewport) > #sdiv > #scripture-tagger > .scripture-body > div {
        font-size:1.1em;
        line-height: 1.4em;
    }

    body:not(.viewport) > #sdiv > #scripture-tagger {
        width:360px;
    }
}


@media only screen and (min-width: 200px) and (max-width: 399px) {
    body:not(.viewport) > #sdiv > #scripture-tagger > .scripture-body > div {
        font-size:1.1em;
        line-height: 1.4em;
    }

    body:not(.viewport) > #sdiv > #scripture-tagger {
        width:320px;
    }
}