.data-table {
    margin-bottom: 20px;
    font-size: 14px;
    width: 100%;
    max-width: 600px;
}

    .data-table caption {
        color: #333;
        font-size: 16px;
        font-weight: 700;
    }

    .data-table th {
        border: 1px solid #ccc;
        padding: 4px;
        vertical-align: top;
    }

    .data-table td {
        border: 1px solid #ccc;
        padding: 4px;
        vertical-align: top;
    }

.disaggregation-value {
    width: 40%;
}

.current-year-display-value {
    text-align: right;
    width: 30%;
}

.trailing-avg-display-value {
    text-align: right;
    width: 30%;
}
