/* ===== NOUN TABLE ===== */
.noun-table {
    min-width: 420px;
    table-layout: fixed;
}

.noun-table th:nth-child(1),
.noun-table td:nth-child(1) {
    width: 130px;
}

.noun-table th:nth-child(2),
.noun-table td:nth-child(2) {
    width: 50%;
}

.noun-table th:nth-child(3),
.noun-table td:nth-child(3) {
    width: 50%;
}

.noun-table td:first-child {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    color: #484848;
}