table.wd_committees .wd_mobile-label {
	display: none;
}

@media (max-width: 767px) {
	table.wd_committees,
	table.wd_committees tbody {
	    display: block;
	}
	table.wd_committees thead {
	    position: absolute;
	    width: 1px;
	    height: 1px;
	    padding: 0;
	    margin: -1px;
	    overflow: hidden;
	    clip: rect(0, 0, 0, 0);
	    border: 0;
	}
	table.wd_committees tbody tr {
	    display: flex;
	    flex-direction: column;
	    height: auto;
	    margin: 16px 0;
	    border-bottom: 1px solid #cbcbcd;
	    border-top: 1px solid #cbcbcd;
	}
	table.wd_committees .wd_member_col,
	table.wd_committees .wd_committee_col {
	    width: 100%;
	    border: none;
	}
	table.wd_committees td {
		text-align: left;
	}
	table.wd_committees .wd_empty {
		display: none;
	}
	table.wd_committees .wd_member_icon,
	table.wd_committees .wd_chair_icon,
	table.wd_committees .wd_mobile-label {
	    display: inline-block;
	}
	table.wd_committees .wd_row_even {
	    background-color: #f9fafb;
	}


}