#csewg-menu {
    font-size: 10pt;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#csewg-menu .menu-label {
    width: 100%;
    text-align: left;
    padding: 5px;
    background-color: darkgray;
}

#csewg-menu .menu-category {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    max-height: 300px;
    overflow-y: auto;
    padding: 5px;
    background-color: #eeeeee;
}

#csewg-menu .menu-item {
    width: 100%;
    padding: 5px;
}

#list-meetings-past {
    max-height: 295px;
    overflow-y: scroll;
}
