#committee-cards.search-container {
    display: flex;
    width: 100%;
    height: 40px;
    border-width: thin;
    color: white;
    outline: none;
    box-shadow: inset 0px 3px 7px -2px #000000;
    width: 100%;
}

    #committee-cards .search-container input[type=text] {
        background: white;
        /*border: none;*/
        color: black;
        outline: none;
        box-shadow: inset 0px 3px 3px -2px #000000;
        width: 100%;
    }
    .darkMode #committee-cards .search-container input[type=text] {
        background: #444444;
        color: white;
    }
    /*#committee-cards .search-container .search {
        background: #444444;
        border: none;
        color: white;
        outline: none;
        width: 100%;
    }*/
    #committee-cards .search-container button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

#committee-cards #allCommittees .header-row {
    margin: 45px 0px 10px 0px !important;
    padding-bottom:5px;
}
#committee-cards #allCommittees .committee-card h3 {
    font-size: 1.3rem;
}

#committee-cards #allCommittees .committee-card h4 {
    font-size: 16px;
    border-bottom: 1px solid black;
}
.darkMode #committee-cards #allCommittees .committee-card h4 {
    border-bottom: 1px solid white;
}
#committee-cards #allCommittees .committee-card .container-body {
    display: flex;
    flex-direction: column;
    background-color: #8080802e;
    color: black;
}
.darkMode #committee-cards #allCommittees .committee-card .container-body {
    background-color: #2e2e2e;
    color: #c9c9c9;
}
#committee-cards #allCommittees .committee-card .card-buttons {
    display: flex;
    margin-top: auto;
}
    #committee-cards #allCommittees .committee-card .card-buttons button {
        margin-bottom:0;
    }
    #committee-cards #allCommittees .committee-card .card-buttons .left {
        
    }
    #committee-cards #allCommittees .committee-card .card-buttons .right {
        margin-left:auto;
    }


.darkMode #committee-cards #allCommittees .committee-card h4 {
    color: white !important;
}
.darkMode #committee-cards #allCommittees .status-msg {
    color: white !important;
}