﻿.verse-ref {
    font-family: Georgia;
    font-size: 14px;
    font-weight: bold;
    color: darkslategrey;
    cursor: pointer;
}

.sub-verse-span-rt{
    border-radius:10px;
}
.sub-verse-span-rb {
    border-radius: 10px;
}
.sub-verse-span-left {
    border-radius: 10px;
}
.sub-verse-span-left.active {
    background-color: #2c4a77;
    color: darkgrey;
}
.verse-text {
    font-size: 22px;
    font-family: Georgia;
    font-weight: 500;
    cursor: pointer;
}
.chapter-head {
    font-family: Georgia;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    user-select:none;
}
.verse-div{
    margin-bottom:5px;
    border-radius: 10px;
}
.verse-div.tsk_mode {
    outline: 2px solid black;
}
.selected-verse-div {
    margin-bottom: 5px;
    border-radius: 10px;
    background: var(--selected_verse);
}
.selected-verse-div.tsk_mode{
    border: 2px solid var(--margin_button_top);
}
.btn-row {
    display: flex;
    justify-content: space-between;
    padding: 1px 5px 1px 5px;
}

.edge-btn {
    padding: 1px 22px;       /* wider than tall */
    border: 2px solid var(--margin_button_top);
    border-radius: 9999px;
    color: black;
    background: var(--global_bg);
    font-size: 22px;
    cursor: pointer;
}

.edge-btn:hover {
    background: var(--selected_verse);
}


