body {
    font-size: 19px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #F0F0F0;
}

#toolbar-bottom {
    background: #FFFFFF;
}

.navigation-top {
    background: #993300;
    font-weight: normal;
    padding-bottom: 16px;
}

.button a:link, .button a:visited {
    color: inherit;
    font-weight: inherit;    
}

.button, #book-selector, #chapter-selector {
    color: #333333;
    background-color: #F0F0F0;
    font-weight: normal;
    border: solid 1px #999999;
}

.button:hover, #book-selector:hover, #chapter-selector:hover {
    background-color: #FFFFFF;
}

#content {
    padding-top: 10px;
}

.tooltipster-theme .tooltipster-content {
    font-size: 17px; 
    line-height: 34px;
}

.tooltipster-theme {
    background-color: #E3E2C4;
}

.txs.selected:hover {
    background-color: #CCCC99;
    cursor: auto;
}

.txs.selected {
    background-color: #CCCC99;
}

.txs:hover {
    background-color: auto;
    cursor: auto;
}

span.footnote {
    color: #993300;
}

.audio-player {
    padding-bottom: 0px;
}
