body {
    background-color: azure;
    border-left:0px;
    margin-left:0px;
    padding-left:0px;
}

/* Remove default bullets */
ul, #myUL {
    list-style-type: none;
    padding-left:20px;
}

/* Remove margins and padding from the parent ul */
#myUL {
    margin: 0;
    padding: 0;
}

title {
    display: inline-block;
    color: red;
    font: 24px tahoma, serif;
}

/* Style the caret/arrow */
.caret {
    cursor: pointer;
    user-select: none; /* Prevent text selection */
}

.uncaret {
    cursor: pointer;
    user-select: none;
}

.redCaret {
    cursor: pointer;
    user-select: none;
}

.unredCaret {
    cursor: pointer;
    user-select: none;
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
    content: "\25B6";
    color: black;
    display: inline-block;
    margin-right: 6px;
    }

.redCaret::before {
    content: "\25B6";
    color: red;
    display: inline-block;
    margin-right: 6px;
}

.uncaret::before {
    display: inline-block;
    margin-right: 6px;
}

.unredCaret::before {
    display: inline-block;
    margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
    transform: rotate(90deg);
}

.redCaret-down::before {
    transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
    display: none;
}

.unnested {
    display: inline inline-block;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
    display: block;
}

h1 {
    text-align: center;
    padding-top: 75px;
    color: #314455;
    font-weight: bolder;
}

h2 {
    text-align: center;
    color: #644E5B;
    padding-left: 0em;
}

h3 {
    text-align: center;
    color: #9E5A63;
    font-weight: bolder;
}

h4 {
    text-align:center;
    color: #C96567;
}

hr {
    height: 5px;
    background-color: #97AABD;
    padding: 0em;
    margin: 0em;
    border: 0em;
}

.verse {
    padding-left: 2em;
}

.theme {
    padding-left: 2em;
}

kword {
    text-decoration: underline
}

heb {
    font-size: xx-large;
    font-family: 'Times New Roman', Times, serif;
    color:dodgerblue
}

grk {
    font-size: x-large;
    font-family: 'Times New Roman', Times, serif;
    color:dodgerblue
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    position: absolute;
    bottom: -1.8em;
    left: 10%;
    padding: 4px 4px 4px 8px;
    color: red;
    font-size: xx-large;
    font-family: 'Times New Roman', Times, serif;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f8f8f8),color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #cccccc);
    background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);
    /*background-image: -ms-linear-gradient(top, #f8f8f8, #cccccc);*/
    background-image: -o-linear-gradient(top, #f8f8f8, #cccccc);
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
}

[data-title] {
    position: relative;
}

[new-data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[new-data-title]:after {
    content: attr(new-data-title);
    position: absolute;
    bottom: -1.8em;
    left: 10%;
    padding: 4px 4px 4px 8px;
    color: red;
    font-size: x-large;
    font-family: 'Times New Roman', Times, serif;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f8f8f8),color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #cccccc);
    background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);
    /*background-image: -ms-linear-gradient(top, #f8f8f8, #cccccc);*/
    background-image: -o-linear-gradient(top, #f8f8f8, #cccccc);
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
}

[new-data-title] {
    position: relative;
}

[small-data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[small-data-title]:after {
    content: attr(small-data-title);
    position: absolute;
    bottom: -1.7em;
    left: 10%;
    padding: 4px 4px 4px 8px;
    color: red;
    font-size: x-large;
    font-family: 'Times New Roman', Times, serif;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f8f8f8),color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #cccccc);
    background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);
    /*background-image: -ms-linear-gradient(top, #f8f8f8, #cccccc);*/
    background-image: -o-linear-gradient(top, #f8f8f8, #cccccc);
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
}

[small-data-title] {
    position: relative;
}

[ncc-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[ncc-title]:after {
    content: attr(ncc-title);
    color: darkorange;
    position: absolute;
    bottom: -0.9em;
    left: -400%;
    padding: 4px 4px 4px 8px;
    font-size: medium;
    font-family: 'Times New Roman', Times, serif;
    white-space: nowrap;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
}

[ncc-title] {
    position: relative;
}

[lncc-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[lncc-title]:after {
    content: attr(lncc-title);
    color: darkorange;
    position: absolute;
    bottom: -0.9em;
    left: -100%;
    padding: 4px 4px 4px 8px;
    font-size: medium;
    font-family: 'Times New Roman', Times, serif;
    white-space: nowrap;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
}

[lncc-title] {
    position: relative;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

li {
    padding-left: 1px;
}

table, th, td {
    border: 1px solid black;
}