.ui-tab {
    font-size:20px;
}

.ui-tabs-nav {
    background-color: rgb(217, 251, 211) !important;
}

.ui-tabs-panel {
    background-color: rgb(217, 251, 211) !important;
}

iframe {
    width:100%;
    background-color: mistyrose;
}




#chapter_stats .results_count,#chapter_stats  .navigation_div {
    text-align: right;
}

.chapter_info table {
    text-align: center;
    border-color: black;
}

#chapter_info table td {
    border-style: solid;
    text-align: center;

}


#chapter_info {
    text-align: center;
}

.verse_stats_tab  table td,.word_stats table td {
    border-style: solid;
    text-align: center;
    padding:5px;
}


#next_prev {
    text-align:center;
    border-top:1px solid #d0e1ff;
    padding-top:25px;
    padding-bottom:25px;
}

#chapter_info .label {
    margin-left:10px;
}

.word_stats_tab, .verse_stats_tab {
    background-color:rgb(217, 251, 211) !important;
    border-style:solid;
    border-width:1px;
    border-color:rgb(147, 214, 138);
    font-size:15px;
}

.section {
    padding:10px;
    border-style: groove;
}


.toggle_title {
    font-weight: 700;
    font-size: 24px;
    color: whitesmoke;
    text-align: center;
    background-color: #4a148c;
    padding-top: 0px;
    margin-top: 0px;
}

a.vearse_search span {
    font-size: 20px;
    color:blue;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 25px;
}

a.vearse_search {
    text-decoration: none
}

.clip {
    length:30px;
    width: 30px;
}

span.word:hover {
    cursor: pointer;
    color: #ee6e73 !important;
}




