.bibleGetButtonGroup, .bibleGetTextStyleButtonGroup {
    margin-right: 3px;
}

.components-base-control__label {
    display: block !important;
    padding-bottom: 4px;
}

.bibleGetTextStyleButtonGroup button {
    width: 3em;
    font-weight: bold;
    text-align: center;
    justify-content: center;
}

.bibleGetTextStyleButtonGroup.verseNumberStyles button {
    width: 2.4em;
}

.bibleGetTextStyleButtonGroup .italic {
    font-style: italic;
}

.bibleGetTextStyleButtonGroup .underline {
    text-decoration: underline;
}

.bibleGetTextStyleButtonGroup .strikethrough {
    text-decoration: line-through;
}

.bibleGetSearch input {
    width: 80% !important;
    height: 36px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.bibleGetSearchBtn {
    position: relative;
    top: 4px;
    left: -2px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.bibleGetSearchBtn.components-button.is-primary.has-icon .dashicon.dashicons.dashicons-search {
    margin: 0 3px;
}

.bibleGetSearch input:focus+.bibleGetSearchBtn {
    border-color: #007cba;
    box-shadow: 0 0 0 1px #007cba;
    outline: 2px solid transparent;
}

.bibleGetSearchDlg .ui-dialog-title .dashicons {
    position: relative;
    top: 9px;
    left: -3px;
    margin-right: 9px;
}

#searchResultsContainer {
    display: flex;
    justify-content: space-around;
}

.ui-dialog #searchResultsContainer button {
    background-color: #0091cd;
    color: White;
    border: 1px outset Blue;
    padding: 6px 9px;
    float: none;
    position: static;
    white-space: nowrap;
    border-radius: 3px;
}

.ui-dialog #searchResultsContainer button:hover {
    background-color: #007fb4;
}

.ui-dialog #searchResultsContainer button:disabled, .ui-dialog #searchResultsContainer button:disabled:hover {
    background-color: #cccccc;
    border: 1px ridge lightgray;
}

.ui-dialog #searchResultsContainer button i.fa {
    margin-right: 6px;
}

#searchResultsControlPanel {
    min-width: 20%;
    max-width: 25%;
    margin-right: 23px;
    padding-top: 23px;
    border: 1px groove White;
    text-align: center;
    box-shadow: 10px 2px 10px Gray;
}

#searchResultsControlPanel .controlComponent {
    margin: 33px 0;
}

#searchResultsControlPanel .controlComponent label {
    display: block;
}

#searchResultsControlPanel .controlComponent button {
    margin: 10px 0;
}

#searchResultsContents {
    min-width: 75%;
}

#bibleGetSearchResultsTableContainer {
    border: 1px solid #963;
    overflow-y: auto;
    max-height: 500px;
}

#bibleGetSearchResultsTableContainer table {
    width: 100%;
}

#bibleGetSearchResultsTableContainer th, td {
    padding: 8px 16px;
}

#bibleGetSearchResultsTableContainer thead th {
    position: sticky;
    top: 0;
    background: #c96;
    border-left: 1px solid #eb8;
    border-right: 1px solid #b74;
    border-top: 1px solid #eb8;
    text-align: center;
    color: White;
    font-weight: bold;
}

#bibleGetSearchResultsTableContainer tbody td {
    border-bottom: 1px groove White;
    border-right: 1px groove White;
    background-color: #efefef;
}

#bibleGetSearchResultsTableContainer tbody td:last-child {
    border-right: 0;
}

#bibleGetSearchResultsTableContainer mark {
    font-weight: bold;
}

.getBibleQuotePanel select[multiple].bibleVersionSelect.components-select-control__input  {
    height: auto;
    min-height: 8.5em;
    font-size: 13px;
    color: inherit;
}

.getBibleQuotePanel select[multiple].components-select-control__input + .components-input-control__suffix {
    visibility: hidden;
}

.getBibleQuotePanel select[multiple].bibleVersionSelect.components-select-control__input:hover {
    color: inherit;
}

mark {
    font-weight: bold;
    padding: 2px;
}

a.submark {
    background-color: lightyellow;
    color: inherit;
    padding: 2px 0;
}

a.submark:hover {
    color: inherit;
}

a.bmark {
    background-color: hotpink;
    padding: 2px;
    color: inherit;
}

a.bmark:hover {
    color: inherit;
}

a.bsubmark {
    background-color: pink;
    padding: 2px 0;
    color: inherit;
}

a.bsubmark:hover {
    color: inherit;
}
