.order-time-group{
    background-color: #DFE3CA;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    margin-bottom: 30px;
}

.order-time-group-top-bar{
    border-bottom: solid 1px #b0c48c;
    display: flex;
}

.order-selection-day{
    font-size: 20px;
    font-weight: bold;
}

.order-selection-date{
    margin-left: auto
}

.time-button{
    padding: 5px;
    font-size: 16px;
    background-color: transparent;
    border: solid 1px #014921;
    border-radius: 5px;
    margin: 5px;
}

.time-button-containe{
    display: grid;
}

.time-button.selected{
    background-color: #014921;
    color: white;
}