body {
    background-color: white;
    margin: 0;
    color: #333;
    box-sizing: border-box;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: 'liga', 'ss01';
}

.gpu {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

maincontent {
    padding-top: 80px;
    display: block;
    height: auto;
    /* padding-bottom:  50px; */
}

text a {
    text-decoration: none;
    color: rgba(99, 95, 124, 1)
}

text a:hover {
    color: rgba(200, 225, 125, 1);
}

verse,
span.verse {
    color: #222;
    cursor: pointer;
    -webkit-transition: color .8s ease-out;
    -moz-transition: color .8s ease-out;
    -o-transition: color .8s ease-out;
    transition: color .8s ease-out;
    padding: 0px 2px;
    /* background-color: rgba(205, 235, 235, 0.25); */
    /* border-radius: 10px; */
    position: relative;
    /* display: inline-block; */
    z-index: 3;
}

verse:hover,
span.verse:hover {
    /* color: rgba(125, 125, 255, 1); */
    cursor: pointer;
    -webkit-transition: color .8s ease-out;
    -moz-transition: color .8s ease-out;
    -o-transition: color .8s ease-out;
    transition: color .8s ease-out;
    text-decoration: none;
}

verse:before,
span.verse:before {
    content: "(";
    opacity: 0.3;
    color: rgba(125, 125, 255, 1);
}

verse:after,
span.verse:after {
    content: ")";
    opacity: 0.3;
    color: rgba(125, 125, 255, 1);
}
.show-verse {
    display: block;
    position: absolute;
    background: white;
    height: 400px;
    font-size: 0.7em;
    overflow-y: scroll;
    z-index: 4;
    color: black;
    cursor: text;
}
versebar h2 {
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0;
    font-weight: 400;
    font-size: 1.7em;
    font-weight: 400;
    margin: 0;
    font-feature-settings: 'onum';
    line-height: 155%;
    text-transform: none;
    text-decoration: none;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
}

versebar p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 1.3em;
    color: rgba(30, 30, 30, 0.97);
    line-height: 140%;
    font-feature-settings: 'onum'1, 'ss01', 'kern';
    word-break: break-word;
}

versebar .verse-num {
    vertical-align: baseline;
    font-size: 1em;
    position: relative;
    font-weight: 400;
    font-feature-settings: 'sups';
}

.displaynone {
    display: none!important;
}

.invisible {
    visibility: hidden;
}

.transparent {
    opacity: 0 !important;
}

.transition_fast {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.1s ease-out;
    animation-duration: 0.1s
}

.transition_def {
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out
}

.transition_slow {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}

bullet {
    font-family: concourse-t3-index;
    font-feature-settings: 'liga', 'ss02';
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.1em;
}

bullet.blank {
    font-feature-settings: 'liga'
}

hr {
    width: 25%;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 0;
    border: 0.8px rgba(69, 65, 94, 0.8) solid;
}