﻿.verse-ref2 {
    font-family: Georgia;
    font-size: 16px;
    font-weight: bold;
    color: darkslategrey;
    cursor: pointer;
}

.verse-ref2:hover {
    text-decoration: underline;
}

.verseTextRightTop {
    font-size: 18px;
    font-family: Georgia;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.2em;
}

.verseTR {
    font-size: 18px;
    font-family: Georgia;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1em;
}

.bible_type {
    display: inline-block;
    text-align: left;
    user-select: none;
    font-family: Georgia;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.bible_type:hover {
    text-decoration: underline;
}

.lexemeBR,
.lexemeTopRight {
    display: inline-block;
    height: 17px;
    line-height: 17px;
    font-size: 20px;
    font-family: georgia;
    color: var(--lexeme_top_right);
    cursor: pointer;
    margin: 1px;
    border: 1px dotted black;
    border-radius: 99px;
    padding: 0px 3px;
}

.lexemeTopRight:hover,
.lexemeTopRight.active {
    background-color: #2c4a77;
    color: darkgrey;
    cursor: pointer;
}

.lexemeBR.highlight,
.lexemeTopRight.highlight {
    background-color: #fdfd96;
}