﻿.contBR {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1px;
    padding: 3px;
}

.defBR {
    font-size: 18px;
    font-family: Georgia;
    width: 100%;
}

.lexBR {
    font-size: 32px;
    font-family: georgia;
    color: black;
    cursor: pointer;
    user-select: none;
}

.lexSpelLabelBR {
    font-size: 18px;
    font-family: 'Arial Narrow';
    font-style: italic;
    outline: 1px dotted black;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 8px;
    color: black;
    user-select: none;
}

.sidLabelBR {
    font-size: 16px;
    margin: 3px;
    font-style: normal;
    font-weight: bold;
    outline: 1px solid black;
    font-family: 'Arial Narrow';
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 8px;
    color: black;
    user-select: none;
}

.sidLinkBR {
    text-decoration: underline;
    cursor: pointer;
    color: #154292;
}

.strongRef {
    font-family: Georgia;
    font-size: 16px;
    font-weight: 600;
    margin: 0px 2px 0px 5px;
}

.strong_head {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 1px 5px 1px 5px;
    background-color: var(--top_frame_bg);
    border: 1px solid var(--margin_button_top);
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
}