table {
    width: 100%;
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
}
th,
td {
    border: 1px solid #2d566b;
    padding: 0px;
    text-align: left;
}

#groupTable th,
#groupTable td {
    color: #2d566b; /* text */
    font-size: 14px;
    font-weight: bold; /* Optional */
}

/* Change font style for chart labels */
.chart-text {
    font-family: "Arial", sans-serif; /* Change to any font you like */
    font-size: 14px;
}

.chart-container {
    /* Layout */
    display: block;
    max-width: 800px; /* cap the width */
    width: 100%; /* allow shrinking on small screens */
    margin-top: 0px;
    margin: 0 auto; /* center horizontally */

    /* Aesthetic */
    padding: 0px;
    background: #d5f2e2;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
