body {
    padding: 0;
    margin: 0 10% 0 10%;
    font-family: Verdana, Geneva, Tahoma, sans-serif
}

.mainarea {
    width: inherit;
    height: inherit;
    margin: 0;
    padding: 0;
}

.divMenu {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
}

.imgMenuIcon {
    height: 1.6em;
    width: 1.6em;
    cursor: pointer;
    padding: 5px;
    display: inline-block;
    float: right;
}

.txaAnswerXml {
    border: 2px solid #ADD8E6;
    width: 100%;
    height: 100%;
}
input[type=text] {
    border: 2px solid #ADD8E6;
    border-radius: 5px;
    color: #0000FF;
    text-align: center;
    margin: 0 5px;
}

.no-bullets {
    padding: 0;
    margin: 0;
    margin-top: 1em;
}

.pRead {
    margain-top: 1em;
}

.lnkVerseRef, .lnkVerseRef:visited {
    text-decoration: none;
    color: black;
    padding: 5px;
}

    .lnkVerseRef:hover {
        text-decoration: none;
        color: black;
        background-color: lightblue;
        padding: 5px;
    }

.divVerseText {
    padding: 1em;
    text-decoration: none;
    color: black;
    background-color: #e0e0e0;
    position: relative;
}
    .divVerseText a {
        text-decoration: none;
        color: black;
    }
    .divVerseText .linktosite {
        font-size: small;
        width: 100%;
        display: block;
        text-align: center;
        padding: .5em 0 0 0;
    }
    .divVerseText .divVerseTextCloseButton {
        position: absolute;
        float: right;
        top: 0;
        right: 0;
        padding: .25em .5em;
        cursor: pointer;
    }
    }
    .spnOlFirst {
        font-weight: bold;
    }

.spnRadioChoice {
    display: inline-block;
    border: 2px solid lightblue;
    padding: 2px 5px 2px 0;
    white-space: nowrap;
}
    .spnRadioChoice.radChoice {

    }
    .spnRadioChoice.lblForRadio {
        padding: 3px 3px 15px 3px;
    }

.spnSelect {
    border: 2px solid lightblue;
    width: 100px;
}

.txaPrompt {
    border: 2px solid lightblue;
    max-width: 90%;
    width: 500px;
}

.txtPrompt {
    border: 2px solid lightblue;
    width: 100px;
}

.divSaveInfoMain {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
}

.divSaveInfo {
    top: 2em;
    position: relative;
    display: none;
}

.imgSaveDiv {
    text-align: right;
}

.imgProcessImport {
    display: block;
    position: fixed;
    right: 0px;
    top: 2.2em;
    height: 2em;
    width: 2em;
}

.imgBig {
    max-width: 80%
}
.divWait {
    width: 100%;
    display: block;
}
.imgWait {
    height: 2em;
    display: block;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
@media screen and (max-width: 700px) {
    body {
        margin: 0 1em 0 1em;
    }
}
@media screen and (max-width: 550px) {
    body {
        margin: 0 .5em 0 .5em;
    }
}