.elementor-57 .elementor-element.elementor-element-726e7f2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-95b1ff0 */.committee_table {
    font-size: 20px;
    color: white;
}

.committee_table th {
    width: 25%;
}

.committee_table tbody {
    text-align: center;
}

.committee_table thead th {
    background-color: #444444;
}

.committee_table tbody th {
    text-align: left;
}

.committee_table th, .committee_table td:not(:empty) {
    padding: 32px 20px 40px;
    vertical-align: middle;
    background-color: transparent;
}

.committee_table td:empty{
    padding: 0px;
}

.committee_table td {
    font-weight: 600;
}

.mobile-show {
    display: none;
}

@media only screen and (max-width: 1023px) {
    
    .committee_table tbody th, 
    .committee_table tbody td{
        border: 0;
    }
    
    .committee_table tr {
        margin-top: 24px;
        margin-bottom: 10px;
        display: block;
    }
    
    
    .committee_table thead {
        display: none;
    }
    
    .committee_table tr th {
        display: block;
        position: relative;
        background-color: #444444 !important;
        width: 100%;
        
    }
    
	.committee_table tr td:not(:first-child) {
	    display: flex;
	    align-items: flex-start;
	    flex-direction: column;
	    flex-wrap: wrap;
	    width: 100%;
	}	
	
	.committee_table th, .committee_table td:not(:empty) {
    	padding: 15px 20px;
	}


    .mobile-show {
        display: inline;
    }
	
	.committee_role {
	    color: #D0A35C;
	    font-size: 14px;
	}
}/* End custom CSS */