
/* ===== VERB TABLE ===== */
.verb-table {
    min-width: 700px;
    table-layout: fixed;
}

.verb-table th,
.verb-table td {
    width: 16.66%;
}

.case-group td {
    background: #dcdcdc;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: black;
}

.table-toggle {
    cursor: pointer;
    background: #dcdcdc;
    padding: 6px 10px;
    font-weight: bold;
    border: 1px solid #aaa;
}

th, td {
    border: 1px solid #999;
    padding: 6px;
    font-size: 14px;
    text-align: left;
}

th {
    background-color: #eee;
}

.speaker {
    cursor: pointer;
    margin-left: 6px;
}

.highlight {
    background-color: lightblue;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
}