/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.pmz-weekly-menu {
	 
}

.pmz-weekly-menu-content {
    display: flex; /* or inline-flex */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.pmz-weekly-menu-content .day {
    flex: 1 0 auto;
    margin:10px;
}