.tooltip-bible {	text-decoration: underline !important;}.tooltip-bible:hover {
    color:#000;
}

.toolTip {
    display: none;
    position: absolute;
    font-family: arial !important;
    border: 1px solid #5c5c5c;
    background: #fff;
    width:275px;
    z-index:1000;
}

.toolTip .versesContent
{
    height:110px;
    line-height: normal;
    overflow-y: scroll;
    padding: 9px;
    font-size:12px;
    border-bottom: 1px dashed #bababa;
}

.toolTip strong
{
    display:block;
}

.verseDelimeter
{
    height:4px;
}

#all
{
    width:700px;
    margin: auto;
}

.versesFloatRight
{
    display: inline-block;
    float: right;
}

.verseNumber
{
    font-weight: 600;
    font-size:10px;
    
    font-style: italic;
}

.versesClose
{
    background: #444;
    float: right;
    width:19px;
    height:19px;
    margin-right: 5px;
}

.versesClose:hover {
    cursor: pointer;
}

.versesClose:before, .versesClose:after {
    position: absolute;
    content: ' ';
    height: 14px;
    margin-left: 8px;
    margin-top: 3px;
    width: 3px;
    background-color: #ccc;
}

.versesClose:before {
    transform: rotate(45deg);
}

.versesClose:after {
    transform: rotate(-45deg);
}

.versesBottom
{
    color: #a8a8a8;
    text-decoration: none;
    font-size:8px;
}

.versesBottom a
{
    font-size:9px;
    color: #a8a8a8;
    text-decoration: none;
}


.versesFloatRight a
{
    font-size: 8px;
}

.versesBottom
{
    padding: 9px;
}

.versesContent
{
    
}

.versesHeader
{
    background: #5c5c5c;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 5px 9px;
}

.loadingAnimation {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px #111;
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
}

.loadingAnimation:after {
    content: " ";
    display: block;
    width: 22px;
    height: 22px;
    margin: 3px 2px;
    border-radius: 50%;
    border: 2px solid #444;
    border-color: #444 transparent #444 transparent;
    animation: loadingAnimation 1.2s linear infinite;
}

@keyframes loadingAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
