 .committee-list {
            margin-top: 16px;
            margin-bottom: 16px;
        }

        .committee-member {
            margin-bottom: 18px;
        }

        .name {
            display: block;
            font-weight: bold;
        }

        .position {
            display: block;
            margin-left: 24px;
            color: #333;
        }

        .committee-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 16px;
            margin-bottom: 16px;

        }

        .committee-table th,
        .committee-table td {
            border: 2px solid #ddd;
            padding: 10px 12px;
            vertical-align: top;
            text-align: left;
        }

        .committee-table th {
            font-weight: bold;
            color: #000;
        }

        .committee-table tr {
            background-color: #f2f2f2;
        }

        .committee-table tr:hover {
            background-color: #ddd;
        }

        .committee-table tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        .committee-table tr:nth-child(odd) {
            background-color: #f2f2f2;
        }

        h2 {
            text-align: left;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 20px;
            color: #1b7e1b;
        }