﻿html {
    font-size: 71%;
}

div.fontbuttons {
}

.fontsize {
    font-family: 'PT Serif', serif;
    border-radius: 0;
    /*background:none;
    color: darkblue;
    border-color: darkblue;*/
    width: 50px;
    height: 50px;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
}

div.header-spacer {
    clear: both;
}

button.active {
    background-color: Highlight;
}

button.disabled {
    opacity: 1;
}

.fontsize-lg {
    font-size: 20px;
    font-weight: bold;
}

.fontsize-md {
    font-size: 15px;
    font-weight: bold;
}

.fontsize-sm {
    font-size: 10px;
    font-weight: bold;
}

body {
    font-size: 1.5rem;
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.preview {
    color: red;
}

.nav > li > a {
    font-size: 14px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px;
    padding-right: 5px;
}

.container {
    /*padding-left: 5px;
    padding-right: 5px;*/
}

.page-title {
    float: left;
    font-size: xx-large;
    font-kerning: normal;
    letter-spacing: -1px;
    color: white;
}

/*div.searchCustom span {
    background-color: #FFF;
    padding: 4px 4px;
    width: 20px;
}

div.searchCustom input{
    border-right-style: none;
}*/

div.navbar {
    z-index: 1100;
}

ol.breadcrumb {
    margin-bottom: 10px;
}

div.leftNav hr {
    clear: both;
    padding: 0px;
}

div.leftNav {
    float: left;
    width: 200px; /**/
    vertical-align: top;
    /*padding: 10px;*/
    top: 50px;
    position: fixed;
}

    div.leftNav h4 {
        text-indent: -15px;
        padding-left: 15px;
    }

div.navBreadcrumb {
    position: fixed;
    width: 55%;
    z-index: 1050;
}

div.mainContent {
    float: left;
    width: 65%;
    min-width: 240px;
    min-height: 400px;
    border-left: 1px solid #eeeeee;
    vertical-align: top;
    margin-left: 200px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 300px;
}

    textarea.form-control {
    }

p.form-option {
    font-size: 12px;
}

input.field {
    width: 80%;
}

#submitBtn {
    /*padding: 2px 5px 2px 5px;*/
}

form.searchForm {
    margin-top: 10px;
}


::-ms-clear {
    display: none;
}

.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

#searchSubmit {
    padding-left: 3px;
    padding-right: 3px;
}

div.input-group.bomSearch {
    display: none;
}

    div.input-group.bomSearch.expanded {
        display: initial;
    }

button.vol-ref-search {
    width: 48%;
    line-height: 1.2rem;
    overflow: hidden;
    max-height: 0px;
    /*    padding-top: 0px;
    padding-bottom: 0px;
*/
    opacity: 0;
    transition: opacity 0.5s linear;
}

    button.vol-ref-search.vol-cc {
        background: #0772b2;
        color: white;
        text-shadow: none;
    }

    button.vol-ref-search.vol-bofm {
        background: #feeed7;
        color: black;
        text-shadow: none;
    }

    button.vol-ref-search.expanded {
        max-height: 500px;
        opacity: 1;
    }

.tooltip-inner {
    text-align: left;
}

h4 {
    /*ffont-weight: bold;*/
}

ul.chapter {
    list-style-type: none;
    position: relative;
    display: block;
    text-align: center;
    padding-left: 0px;
}

li.chapter {
    /*width: auto;*/
    display: inline-block;
}

    li.chapter a {
        margin: 7px;
        padding: 5px;
        float: left;
        font-size: 1.8rem;
        font-weight: bold;
        background: #f0f0f0;
        border-radius: 10px;
        min-width: 3.6rem;
        vertical-align: baseline;
        text-align: center;
        border: 1px solid gray;
    }

        li.chapter a:hover {
            text-decoration: none;
            background-color: #e0e0e0;
        }

        li.chapter a:visited {
            text-decoration: none;
        }

        li.chapter a:active {
            text-decoration: none;
        }

ol.breadcrumb li.breadcrumb-right {
    float: right;
    font-size: 0.9rem;
}

    ol.breadcrumb li.breadcrumb-right:before {
        /*        padding: 0 5px;
        color: #ccc;
*/ content: "";
    }

li.copyLinkHighlight {
    /*border: 3px;
    border-color: red;*/
    background-color: lightgray;
}

sup.trd-verse {
    /*position: static;*/
    color: #ba3919;
    font-size: .65em;
    vertical-align: sub;
    line-height: inherit;
    padding-right: 3px;
    padding-left: 4px;
}

span.trd-chap {
    color: #ba3919;
    padding-right: 5px;
    padding-left: 4px;
    font-weight: bold;
}

div.chapterPanel {
    /*    width: 150px;*/
    font-size: 1.1rem;
}

/*div.chapterPanel div.chapterSummary h4 {
    padding: inherit;
    border-radius: inherit;
    border: inherit;
    background: inherit;
}
*/

/*div.chapterPanel div.chapterSummary h4:hover {
    background: inherit;
}
*/

ul.chapterSummaryPanelGroup {
    position: relative;
    display: block;
    text-align: center;
    padding-left: 0px;
}


/*ul.chapterSummaryPanelGroup a {
    width: auto;
    display: inline;
    float: left;
}
*/
li.chapterSummaryPanel {
    display: inline-block;
    width: 180px;
    height: 250px;
    margin: 6px;
    /*float: left;*/
    overflow: hidden;
    margin-bottom: 20px;
    text-align: left;
}

    li.chapterSummaryPanel div.panel-heading {
        text-align: center;
    }

    li.chapterSummaryPanel:hover {
        border: 1px solid gray;
        background: #f8f8f8;
    }

    li.chapterSummaryPanel h1.bookTitle {
        font-size: 1.2rem;
        margin-top: 0px;
        margin-bottom: 6px;
    }

    li.chapterSummaryPanel h3.bookSubtitle {
        font-size: 1.0rem;
        margin-top: 3px;
        margin-bottom: 6px;
    }

ol.simple-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
    margin: 0;
    margin-left: 1em;
    padding: 0;
    counter-reset: li-counter;
}

    ol.simple-list > li {
        position: relative;
        text-indent: 2em;
        padding-left: 0.5em;
        margin-bottom: 5px;
        /*min-height: 3em;*/
    }

        ol.simple-list > li:before {
            position: absolute;
            top: 2px;
            left: -1.5em;
            /*transition: left ease-in-out .5s;*/
            /*left: -6.5em;*/
            width: 0.8em;
            font-size: 60%; /*3em;*/
            font-family: Arial;
            line-height: 2;
            /*text-align: center;*/
            color: #464646;
            content: counter(li-counter,decimal);
            counter-increment: li-counter;
        }


div.navigationBreadcrumb {
    /*width: 100%;*/
    min-width: 250px;
    /*vertical-align: top;*/
    margin-top: 10px;
    font-size: 16px;
}

div.row {
    padding-left: 25px;
}

div.navigationBreadcrumb p {
    display: inline-block;
    /*font-size: 1.8rem;*/
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

div.externalLinks h4 {
    font-size: 1.4rem;
}

div.externalLinks p {
    font-size: 1.2rem;
}

.breadcrumbSpacer {
    margin-top: 50px;
}

#voiceselection {
    font-size: 1.4rem;
    height: auto;
    vertical-align: middle;
}

.navVoiceControlPanel {
    background-color: white;
    /*background-color: rgba(255,255,255, 0.70);*/
    border: 0px solid transparent;
    z-index: 100;
}

div.prevNextSection {
    /*float: left;
    margin-top: 0px;
    clear:both;*/
}

div.readScriptureControls {
    display: none;
    font-size: 9pt;
    font-family: 'Open Sans', sans-serif;
}

#stopbutton {
    padding: 6px 6px;
}

#configbutton {
    padding: 6px 6px;
}

ul.speechOptions {
    text-align: right;
    font-size: 1.4rem;
    margin-bottom: 0;
}

    ul.speechOptions li {
        /*width: 200px;*/
        padding: 2px 5px;
    }

.fixedSpeechControls {
    position: fixed;
    top: 41px;
    padding-bottom: 5px;
    background-color: F0F0F0;
}

div.controlsRow {
    padding-left: 0;
}

    div.controlsRow div {
        padding-left: 3px;
        padding-right: 3px;
    }

.prevNextBtn {
    padding: 5px 15px;
    /*padding: 6px 12px;*/
    /*text-align:center;*/
}

div.navigationText {
    float: left;
    vertical-align: top;
    padding-left: 20px;
    width: 100%;
}

h4.bookLink {
    font-size: 1.7rem;
    /*padding-bottom: 15px;*/
    background: #f8f8f8;
    padding: 6px 10px 6px 10px;
    /* margin: 10px; */
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    border-radius: 10px;
    border: 1px solid gray;
}

    h4.bookLink:hover {
        background: #e0e0e0
    }

div.navigationText a:hover {
    text-decoration: none;
}

div.navigationBreadcrumb {
    padding-left: 20px;
}

    div.navigationBreadcrumb p {
        text-indent: -10px;
        padding-left: 10px;
        line-height: 1.4;
    }

div.hr-cover-footer {
    margin-top: 30px;
}

    div.hr-cover-footer hr {
        width: 70%;
    }

.paraRef {
    width: 100px;
}

.paraLink {
    width: 100px;
}

.tradRefCopy {
    width: 100px;
}

.paraLinkPlay {
    width: 100px;
}

.paraLinkPlayBtn {
    /*display: none;*/
}

.paraCopy {
    width: 100px;
}

.re-ref-text {
    font-size: 1.2rem;
    font-weight: bold;
    width: 100px;
    margin-bottom: 2px;
    text-align: center;
}

.trad-ref-text {
    font-size: 1.1rem;
    width: 100px;
    margin-bottom: 0px;
    text-align: center;
}

li.paragraphBeingRead {
    border: 1px solid blue;
}

div.multicolumn {
    column-count: 2;
    column-rule: 1px solid #eee;
    margin-top: 10px;
}

    div.multicolumn h4:first-child {
        margin-top: 0;
    }

div.searchSection {
    float: left;
    /*font-size: 18px;*/
    vertical-align: top;
    padding-right: 5px;
}

div.searchFilterSection {
    float: left;
    font-size: 1.4rem;
    vertical-align: top;
    /*padding-left: 20px;*/
}

p.pubFacet {
    padding-left: 0.5em;
}

p.pubBookFacet {
    text-indent: -0.5em;
    padding-left: 2.5em;
}

i.glyphicon-book {
    color: black;
}

i.glyphicon-bookmark {
    color: black;
}

i.glyphicon-remove {
    color: red;
}

h3.resultsTitle {
}

h4.resultsSubtitle {
    font-size: 1.6rem;
    padding-left: 0.5em;
}

p.searchResult {
    font-size: 1.6rem;
}

p.searchHighlight {
    font-size: 1.6rem;
    margin-left: 1em;
}

    p.searchHighlight span b {
        background-color: yellow;
        font-weight: bold;
    }

ul.pages {
    list-style-type: none;
}

li.pagesTitle {
    padding: 3px;
    float: left;
    font-size: 1.4rem;
    vertical-align: baseline;
    text-align: right;
}

li.curPage {
    margin: 4px;
    padding: 3px;
    float: left;
    font-size: 1.2rem;
    font-weight: bold;
    background: #c0c0c0;
    /*border-radius: 3px;*/
    min-width: 3%;
    vertical-align: baseline;
    text-align: center;
    border: 1px;
}

li.page a {
    margin: 4px;
    padding: 3px;
    float: left;
    font-size: 1.2rem;
    font-weight: bold;
    background: #f0f0f0;
    /*border-radius: 3px;*/
    min-width: 3%;
    vertical-align: baseline;
    text-align: center;
    border: 1px;
}

    li.page a:hover {
        text-decoration: none;
        background-color: #e0e0e0;
    }

    li.page a:visited {
        text-decoration: none;
    }

    li.page a:active {
        text-decoration: none;
    }

p.chapterSummary {
    padding-top: 6px;
    padding-bottom: 2px;
    font-size: 1.8rem;
    font-weight: bold;
}

h1 {
    font-size: 2.8rem;
}

div.chapterSummary h1 {
    font-size: 1.6rem;
}

div.chapterSummary h2 {
    font-size: 1.5rem;
}

div.chapterSummary h3 {
    font-size: 1.4rem;
}

div.chapterSummary h4 {
    font-size: 1.4rem;
}

div.chapterSummary h5 {
    font-size: 1.4rem;
}

h5.panel-title {
    font-size: inherit;
}

div.twocolumn {
    column-count: 2;
}

div.popover-content {
}

a.paraLink {
    cursor: pointer;
    max-width: 150px;
    /*white-space: normal;*/
}

.help-block {
    font-size: 1.2rem;
}

.btn {
    white-space: normal;
}

span.abbr {
    font-family: Courier New, Courier, monospace;
}

div.navigationText > p {
    padding-bottom: 8px;
}

div.scriptureText {
    float: left;
    font-family: 'PT Serif', serif;
    ffont-family: 'Manuale', serif;
    font-size: 1.6rem;
    vertical-align: top;
    padding-left: 20px;
    width: 100%;
}

    div.scriptureText hr {
        margin-top: 5px;
    }

    div.scriptureText span.trd-chap {
        display: none;
        /*transition: display ease-in-out 2s;*/
    }

    div.scriptureText sup.trd-verse {
        display: none;
        /*transition: display ease-in-out 2s;*/
    }

    div.scriptureText.show-verses span.trd-chap {
        display: inline;
        /*transition: display ease-in-out 2s;*/
    }

    div.scriptureText.show-verses sup.trd-verse {
        display: inline;
        /*transition: display ease-in-out 2s;*/
    }

    div.scriptureText.show-verses ol.simple-list > li:before {
        left: -6.5em;
        /*transition: left ease-in-out .5s;*/
    }

ol .simple-list > hr {
    margin-top: 15px;
    /*border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));*/
    display: block;
    border: 0px;
    height: 10px;
    background-image: url('/Images/standard-divider.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

div.scriptureText div h1 {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.scriptureText div h2 {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.scriptureText div h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

ol.simple-list h3 {
    color: #606060;
}

.h {
    background-color: #fffaab; /*#fbd8b2*/
}

.harmonies-table tbody tr.info td {
    /*padding-left: 20px;*/
    padding-top: 7px;
    padding-bottom: 7px;
}

.harmonies-table tbody tr:not(.info) td:last-of-type {
    border-left: 2px solid lightgray;
}

.harmonies-table tbody tr td p {
    margin-bottom: 0px;
    font-size: 1.2rem;
}

.harmonies-table thead tr th p {
    margin-bottom: 0px;
    font-size: 1.2rem;
}

th.book-header {
    border-left: 2px solid lightgray;
    border-right: 2px solid lightgray;
}

    th.book-header p {
        text-align: center;
    }

div.harmonies-text > p {
    font-size: 1.3rem;
}

.harmonies-table thead tr {
    background: white;
}

.harmonies-table tbody tr td p a {
    white-space: nowrap;
}

    .harmonies-table tbody tr td p a:hover {
        text-decoration: underline;
    }

table.harmonies-table > tbody > tr:not(.info) > td:nth-child(1) {
    width: 4%;
}

    table.harmonies-table > tbody > tr:not(.info) > td:nth-child(1) p {
        text-align: right;
        padding-right: 5px;
    }

table.harmonies-table > tbody > tr > td:nth-child(3) p {
    text-align: center;
}

table.harmonies-table > tbody > tr > td:nth-child(4) p {
    text-align: center;
}

table.harmonies-table > tbody > tr > td:nth-child(5) p {
    text-align: center;
}

table.harmonies-table > tbody > tr > td:nth-child(6) p {
    text-align: center;
}

table.harmonies-table > tbody > tr > td:nth-child(7) p {
    text-align: center;
}

table.harmonies-table > tbody > tr > td:nth-child(8) p {
    text-align: center;
}

.correlation-table {
    width: 250pt;
    margin-left: auto;
    margin-right: auto;
}

    .correlation-table tr {
        border-bottom: solid 1px #CCCCCC;
    }

    .correlation-table td {
        border-bottom: solid 1px #CCCCCC;
        width: 50%;
        text-align: center;
    }

/*.correlation-table td {
    border-bottom: solid 1px #CCCCCC;
    width: 50%;
}*/

.comparative_table {
    width: 80%;
}

    .comparative_table td {
        width: 33%;
        vertical-align: top;
        padding: 10px;
    }

p.chapRefHead {
    font-style: italic;
    font-weight: normal;
}

p.chapSumHead {
    font-weight: bold;
}

p.chapSumText {
    font-weight: normal;
}

div.chapterSummaryTextBlock {
    padding-left: 20px;
}

h3.chap_head {
    font-size: 1.6rem;
}

.rightAligned {
    text-align: right;
}

.centered {
    text-align: center;
}

.sectionHeader {
    text-align: center;
}

.bookTitle {
    text-align: center;
}

.psalm {
    text-align: center;
}

.bookSubtitle {
    text-align: center;
}

.chap_head {
    font-style: italic;
}

li.chapter .tooltip .tooltip-inner {
    background-color: darkgray;
    text-align: left;
    min-width: 400px;
    color: black;
}

li.chapter .tooltip .tooltip.top .tooltip-arrow {
    border-top-color: darkgray;
}

li.chapter .tooltip .tooltip.right .tooltip-arrow {
    border-right-color: darkgray;
}

li.chapter .tooltip .tooltip.bottom .tooltip-arrow {
    border-bottom-color: darkgray;
}

li.chapter .tooltip .tooltip.left .tooltip-arrow {
    border-left-color: darkgray;
}

.form-control {
    font-size: 12px;
}

td h3 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

td h4 {
    margin-top: 1.0rem;
    margin-bottom: 0.5rem;
}

.volume {
    font-variant: normal;
    font-size: 18px;
}

.subVolume {
    margin-left: 1.5em;
    font-size: 16px;
}

.previewEdition {
    color: red;
    font-variant: small-caps;
    font-size: 10px;
}

.previewEditionIndex {
    color: red;
    font-variant: small-caps;
    font-size: 13px;
    padding-left: 15px;
}

.Small-Caps {
    font-variant: small-caps;
}

.SMALL-CAPS {
    font-variant: small-caps;
}

hr.readingHR {
    display: block;
}

hr.bookDivider {
    margin-top: 14px;
    margin-bottom: 14px;
    width: 40%;
    border-top: 1px solid black
}

.accordion-toggle .panel-heading h3:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.accordion-toggle.collapsed .panel-heading h3:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.panel-accordion {
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
}

.panel-title {
    font-size: 2.4rem;
}

.sectionBreakHeading {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    border: 1px solid gray;
}

.sectionBreak {
    clear: both;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 4px;
}

p.paraIndent {
    padding-left: 2em;
}

p.paraHangingIndent {
    text-indent: 1em;
}

p.paraDoubleIndent {
    padding-left: 4em;
}

p.paraDoubleFirstLineIndent {
    text-indent: 1em;
    padding-left: 4em;
}

p.paraFirstLineIndent {
    text-indent: 1em;
    padding-left: 2em;
}

div.scriptureText ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

div.ncBooksDiv {
    margin-bottom: 20px;
    margin-top: 0px;
}

/* Style the Image Used to Trigger the Modal */
.zoomable {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    .zoomable:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    padding-top: 20px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    /*overflow: auto;*/ /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    /*width: 80%;*/
    max-height: 90%;
    /*max-width: 700px;*/
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#modalCaption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    /*height: 40px;*/
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0.8)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.modalClose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fbfbfb;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .modalClose:hover,
    .modalClose:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

.leftColumnWithBorder {
    border-right: solid 1px #eee;
}

div.ncView div div.navigationText div.hr-cover-footer {
    margin-top: 0px;
}

table.abbreviationsTable {
    font-size: smaller;
}

    table.abbreviationsTable tr th {
        vertical-align: middle;
    }

        table.abbreviationsTable tr th.volumeHeader {
            text-align: left;
            padding-left: 15px;
        }

th.volumeHeader h3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

table.abbreviationsTable tr th.alignCenter {
    text-align: center;
}

.alignCenter {
    text-align: center;
}

.alignRight {
    text-align: right;
}

table.abbreviationsTable tr td {
    vertical-align: middle;
}

    table.abbreviationsTable tr td.bookTitle {
        vertical-align: middle;
        text-align: center;
    }

    table.abbreviationsTable tr td.tradAbbr {
        vertical-align: middle;
        text-align: center;
    }

    table.abbreviationsTable tr td.otherAbbr {
        text-align: left;
        font-family: Courier New, Courier, monospace;
    }

table.grid-table {
    font-size: 1.3rem;
}

ins.diffmod {
    text-decoration: none;
    font-weight: bold;
}

ins.diffins {
    text-decoration: none;
    font-weight: bold;
}

.rotated-button {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#q {
    padding-left: 6px;
    max-width: none;
    width: 178px;
}

.search-box {
    padding-right: 6px; /*Or 16 if span.form-control-clear doesn't have a "hidden" class*/
}

#q.search-populated {
    padding-right: 18px;
}

.form-control-clear {
    width: inherit;
}

.input-group {
    width: 200px;
}

.glyphicon-remove {
    font-size: small;
}

.has-feedback {
    max-width: 174px;
}

.navigationVolumeLinksTop {
    display: none;
}

.infinitySwirl {
    width: 5.0rem;
}

div.harmonies-text label {
    font-weight: normal;
}

.indented-item {
    margin-left: 30px;
}

.download-cell {
    vertical-align: middle;
    font-size: 1.1rem;
}

#narrBtnGroup {
    margin-top: 20px;
    min-width: 80%;
}

    #narrBtnGroup button {
        font-size: 1.8rem;        
    }

        #narrBtnGroup button img {
            width: 90px;
            margin-right: 15px;
            float: left;
        }

    #narrBtnGroup ul.dropdown-menu li a {
        font-size: 1.6rem;
        /*white-space: nowrap;*/
    }

        #narrBtnGroup ul.dropdown-menu li a img {
            width: 40px;
            margin-right: 15px;
        }

div.podcast-links {
    margin-top: 20px;
}

div.podcast-links p {
    text-align: center;
}

span.caret {
    /*padding-left: 10px;*/
}

ul.dropdown-menu {
    margin-top: 0px;
}

div.podcast-table {
    padding-top: 15px;
    padding-bottom: 15px;
}

    div.podcast-table div.row {
        background-color: #f0f0f0;
        margin-bottom: 30px;
        padding-left: 0px;
        padding-bottom: 20px;
    }

    div.podcast-table div.col.narration {
        transition: background-color 0.4s ease-in-out;
    }

        div.podcast-table div.col.narration:hover {
            background-color: lightblue;
        }

    div.podcast-table div.col {
        padding-right: 5px;
        padding-left: 5px;
    }

    div.podcast-table div.row.volume-header {
        background-color: #f0f0f0;
        margin-bottom: 0px;
        padding-top: 15px;
        padding-bottom: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

img.podcast-cover {
    width: 70%;
    /*width: 90%;*/
    margin: 10px 10px;
}

img.podcast-button {
    width: 95%;
    /*max-height: 35px;*/
    max-width: 200px;
    transition: transform 0.3s ease-in-out;
}

    img.podcast-button:hover {
        transform: scale(1.08);
    }

div.row.volume-header div.col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    div.row.volume-header div.col.volume-title-text {
        align-items: flex-start;
    }

    div.row.volume-header div.col h2 {
        margin-top: 0px;
    }

p.podcast-heading {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 10px;
}

    p.podcast-heading.podcast-title {
        font-size: 1.6rem;
    }

div.narration p {
    margin-bottom: 5px;
}



@media (min-width: 600px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 600px) {
    /*    .dropdown .dropdown-menu {
        display: block;
    }*/

    div.scriptureText.show-verses ol.simple-list > li:before {
        left: -5.0em;
        /*Animate the change*/
        transition: left ease-in-out .5s;
    }

    div.checkbox.for-verses {
        margin-top: 0px;
        margin-bottom: 3px;
    }

        div.checkbox.for-verses input {
            transform: scale(1.3);
        }

    div.btn-toolbar.fontbuttons {
        margin-bottom: 3px;
    }

    .prevNextBtn {
        /*padding: 3px 6px;*/
        padding: 5px 15px;
        /*text-align:center;*/
    }

    .nav > li > a {
        font-size: 2rem;
    }

    ul.dropdown-menu {
        font-size: 1.7rem;
    }

    #searchSubmit {
        padding-left: 10px;
        padding-right: 10px;
    }

    #voiceselection {
        font-size: 1.3rem;
        height: auto;
        vertical-align: middle;
    }

    .fontsize {
        width: 36px;
        height: 36px;
    }

    div.header-spacer {
        display: none;
    }

    div.navbar li.dropdown ul.dropdown-menu {
        position: inherit;
        top: inherit;
        left: inherit;
        display: inherit;
        float: inherit;
        background-color: inherit;
        margin-left: 20px;
    }

        div.navbar li.dropdown ul.dropdown-menu li a {
            color: #9D9D9D;
        }

    div.row.volume-header div.col.volume-title-text {
        align-items: center;
    }

        div.row.volume-header div.col.volume-title-text h2 {
            text-align: center;
        }

    img.podcast-button {
        width: 60%;
        max-width: inherit;
        /*margin: 40px 40px;*/
    }

    div.podcast-table p.podcast-heading {
        font-size: 2.4rem;
    }

    div.narration p.podcast-heading {
        font-size: 2.0rem;
        margin-top: 20px;
    }

    p.podcast-title {
        margin-top: 0px;
    }

    img.podcast-cover {
        /*margin: 30px 30px;*/
    }

    .navigationVolumeLinks {
        display: none !important;
    }

    .navigationVolumeLinksTop {
        display: inline;
    }

    /* 100% Image Width on Smaller Screens */
    .modal-content {
        width: 100%;
    }

    div.fontbuttons {
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .has-feedback {
        max-width: none;
    }

    #q {
        /*width: 100%;*/
    }

    #topScriptureTextHr {
        display: none;
    }

    div.navBreadcrumb {
        width: inherit;
        position: static;
    }

    div.mainContent {
        float: left;
        width: auto;
        min-width: 240px;
        min-height: 400px;
        border-left: none;
        vertical-align: top;
        margin-left: inherit;
    }

    div.scriptureText {
        padding-left: 0px;
        font-size: 1.6rem;
    }

    li.chapterSummaryPanel {
        margin: 4px;
        margin-bottom: 10px;
    }

    div.leftNav {
        width: 100%;
        padding-left: 20px;
        top: inherit;
        position: inherit;
    }

    .breadcrumbSpacer {
        margin-top: inherit;
    }

    ul.chapter {
        list-style-type: none;
        padding: 0;
    }

    div.navigationText {
        padding-left: 0px;
    }

        div.navigationText h4 {
            padding-left: 5px;
            padding-right: 5px;
        }

    .body-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    ol.simple-list > li {
        padding-left: 0px;
    }

    div.chapterSummaryPanel {
        margin: 4px;
    }

    div.row.ncView {
        padding-left: 0px;
    }

    /*    table.harmonies-table > thead > tr > td:nth-child(2) {
        width: 150px;
    }*/

    .harmonies-table tbody tr td p {
        margin-bottom: 0px;
        font-size: 1.5rem;
    }

    .harmonies-table thead tr th p {
        margin-bottom: 0px;
        font-size: 1.5rem;
    }

    div.harmonies-text > p {
        font-size: 1.6rem;
    }
}
