.committee-table {
    padding: 20px 0;
    background-color: transparent;
    font-family: KievitProBld;
    font-weight: normal;
    padding:5px 0 5px 0;
    vertical-align:top;
}

table.committee-table tbody {
    background-color: transparent;
    vertical-align: middle;
}


table.committee-table th {
    background-color: transparent;
    text-transform:uppercase;
    font-family: KievitProBld, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #004A7C;
    text-align: left;
    margin-top: 10px;
    padding: 5px 0;
}

.committee-member {
    color: #0d97d8;
    cursor: pointer !important;
}

.committee-member:hover {
    color: #004A7C;
}

.committee-yearly-heading {
     padding: 30px 0 0 0 !important;
     colspan: 3;
}

table.committee-table tr {
    background-color: transparent;
}

table.committee-table td {
    font-family: KievitProRegular,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 0;
}

.committee-list-column1 {
    color: #5e6362;
    width: 220px;
}

.committee-list-column2 {
    color: #0d97d8;
    width: 200px;
}

.committee-list-column3 {
    color: #5e6362;
    width: 282px;
}

.member-list-column1 {
    color: #5e6362;
    width: 100px;
}

.member-list-column2 {
    color: #5e6362;
    width: 100px;
}

.member-list-column3 {
    color: #5e6362;
    width: 382px;
}

.member-name-heading {
    text-align: left;
    padding: 0 0 2px 0;
    margin: 0 0 2px 0;
}

.member-location-heading {
    text-align: left;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}


.grey-line  {
    border-top: 1px solid #c0c2c1;
    padding: 0 0 20px;
}


/* Vertical spacers*/

.vertical-space-5 {
    height: 5px;
}

.vertical-space-10 {
    height: 10px;
}

.vertical-space-20 {
    height: 20px;
}

.vertical-space-30 {
    height: 30px;
}

.vertical-space-40 {
    height: 40px;
}

.committee-top-nav a {
    color: #00a1e1;
}

.committee-top-nav a:hover {
    color: #005481;
}


