/* ===========================
   Meetstaat table
=========================== */

.meetstaat {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.meetstaat th,
.meetstaat td {
    padding: .45rem .55rem;
    font-size: .92rem;
    border: 1px solid #dfe3e8;
    vertical-align: middle;
}

.meetstaat th:first-child,
.meetstaat td:first-child {
    text-align: left;
}

.meetstaat thead th {
    background: #f7f7f7;
    text-align: center;
    font-weight: 700;
    line-height: 1.15;
}

.meetstaat .unit-row th {
    font-size: .85rem;
    color: #555;
    background: #fafafa;
}

.meetstaat td.section {
    background: #000;
    color: #fff;
    font-weight: 700;
    text-align: center !important;
}

.meetstaat .sub td {
    background: #f7f7f7;
    font-weight: 600;
}

.meetstaat tfoot td {
    font-weight: 700;
    border-top: 2px solid #111;
    background: #fbfbfb;
}

/* ===========================
   Colored full cells
=========================== */

.ms-fullcell span {
    filter: contrast(1.2);
}

/* ===========================
   Section spacer (Hoofdgebouw / Bijgebouw)
=========================== */

.meetstaat tr.section-spacer td {
    padding: 0;
    height: 30px;
    border: none;
    background: transparent;
}
/* ===========================
   Column title / subtitle
=========================== */

.meetstaat th .title {
    display: block;
    font-weight: 700;
}

.meetstaat th .subtitle {
    display: block;
    font-weight: 400;
    font-size: .78rem;
    color: #505a62;
}
