/* Committees Tables Styling */

.committees .google-visualization-table-table td {
    font-size: 13px;
    padding: 9px 12px;
    border-width: 1px;
    background: #FFFFFF;
    color: #666666;
}
.committees tr td.merged {
    font-weight: 400;
    font-style: italic;
}
.committees .google-visualization-table-table {
    margin: 30px 0;
}
.committees .google-visualization-table-table tr:nth-child(odd) td {
    background: #f8f8f8;
    color: #8d8d8d;
}
.committees .google-visualization-table-table tr td:nth-child(even) {
    color: #2a8393;
    font-weight: 700;
}
.committees .google-visualization-table-table tr:nth-child(odd) td:nth-child(even) {
    color: #016777;
}