.bibleGetButtonGroup,.bibleGetTextStyleButtonGroup {
    margin-right: 3px;
}

.components-base-control__label {
    display: block !important;
}

.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%;
    /* height: 2.8em;*/
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.bibleGetSearchBtn {
    position: relative;
    top: 5px;
    left: -2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.bibleGetSearchDlg .ui-dialog-title .dashicons {
    position: relative;
    top: 9px;
    left: -3px;
    margin-right: 9px;
}

#bibleGetSearchResultsTableContainer {
	border: 1px solid #963;
	overflow-y: auto;
    max-height: 500px;
    overflow-y: auto;
}

#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;
	font-weight: normal;
	text-align: center;
    color: White;
    font-weight: bold;
}

#bibleGetSearchResultsTableContainer tbody td {
  border-bottom: 1px groove White;
  background-color: #EFEFEF;
}

#bibleGetSearchResultsTableContainer mark {
  font-weight: bold;
}
