﻿.committee_mini_menu {
    float: right;
    max-width: 265px;
}

    .committee_mini_menu .committee_box {
        background-color: #EEE;
        margin-bottom: 15px;
    }

        .committee_mini_menu .committee_box h2 {
            background-color: var(--sec);
            color: #FFF;
            padding: 5px 10px;
        }

        .committee_mini_menu .committee_box ul {
            margin: 15px !important;
            max-height: 158px;
            overflow-y: auto;
        }

            .committee_mini_menu .committee_box ul li {
                line-height: 1.3em;
                margin-bottom: 5px;
            }

        .committee_mini_menu .committee_box p {
            margin: 15px !important;
        }

        .committee_mini_menu .committee_box ul {
            list-style: none;
        }

        .committee_mini_menu .committee_box li:before {
            display: none;
        }

.committee_member {
    margin-bottom: 15px;
}

    .committee_member:first-child {
        clear: both;
    }

@media screen and (max-width: 767px) {
    .committee_mini_menu {
        float: none;
        max-width: unset;
    }

    .member_content > * {
        text-align: center;
    }
}
