.labelTitle {
    font-weight: bold;
    margin-bottom: 0.2rem;
    margin-top: 1rem;
    background: none;
}

.databaseNoticeStatement {
    padding: 0.5rem;
    border-radius: 10px;
    border-style: solid;
    border-width: 4px;
    border-color: #007095;
    background-color: #F7EBA5;
}
.matchedWord {
    background-color: #00274C;
    color: #FFCB05;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}
a:has(> span.matchedWord):hover .matchedWord{
    background-color: inherit;
}

input.alpha {
    color: var(--primary-blue);
    font-weight: bold;
    border: none;
    padding: 0;
    font-size: 1rem;
    font-family: inherit;
}
input.alpha:hover {
    cursor: pointer;
}
.alpha.selectedAlpha {
    color: red;
}

h3.subjectBanner {
    color:white;
    margin-bottom:0rem;
    margin-top:0rem;
}

ul.dbest {
    display: grid;
    grid-template-columns: 50% 50%;
    list-style: none;
}
.dbResultsClass > .childSpan {
    display: inline;
}