.uk-container::before,
.uk-container::after {
  content: none;
  display: table;
}
.menu section div.menu-container {
    padding: 0;
}
.menu section > div > table {
    width:100%;
    table-layout:fixed;
    border-spacing: 0;
}
@media (min-width: 640px) {
    .menu section > div > table {
	padding-left: 30px;
	padding-right: 30px;
    }
}
@media (min-width: 960px) {
    .menu section > div > table {
	padding-left: 0;
	padding-right: 0;
    }
    .menu .menu-days {
	padding: 15px 0;
    }
}
.menu section > div > table tr {
    display: table-row;
}
.menu section > div > table tr.menu-row-first {
    height:0; 
}
.menu section > div > table tr td.menu-cell-foods {
    overflow-x:hidden;
}
.menu section > div > table td {
    padding: 0;
}
.menu section > div > table td .menu-card {
    position: relative;
    display: table-cell;
    height: 0;
}
.menu section > div > table td .menu-card-5-day {
    width: 20%;
}
.menu section > div > table td .menu-card-7-day {
    width: 14.2857%;
}
.menu-slider {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    border-spacing: 0;
    table-layout: fixed;
}
.menu .menu-days div:not(.menu-days-active):not(.uk-first-column) {
    display:none;
}
.menu .menu-days div>span {
    margin: 0 !important;
}
.menu .menu-days div::before {
    margin: 0 !important;
    float: left;
}
.menu .menu-days a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* ------------------------------- Oszlop méretek --------------------------------*/
.menu section > div > table tr td.menu-cell-code {
    width: 115px; 
}
.menu .menu-days.menu-days-5 > div  {
    width:calc((100% - 115px) / 5.001);
}
.menu .menu-days.menu-days-7 > div  {
    width:calc((100% - 115px) / 7.001);
}
.menu .menu-days div {
    width:calc(100% - 115px);
    display:block;
    text-align:center;
}
.menu .menu-days div.uk-first-column {
    width: 115px;    					/* első oszlop szélessége (EW) */
}
@media (max-width: 960px) {
    .menu section > div > table tr td.menu-cell-code {
        width: 115px; 							/* első oszlop szélessége (EW*) */
    }
    .menu section {
        padding-bottom: 0;
    }
    .menu-slider {
        width: calc(((100% / 3.001) * 5) - 60px);	/* (((100% / 3) * 5) - (OT * 5 / 3)) */
    }
    .menu .menu-days.menu-days-5 > div  {
        width:calc((100% - 151px) / 3.001);			/* (100% - (EW*+OT) /3 )*/
        margin-top: 5px;
    }
    .menu .menu-days.menu-days-7 > div  {
        width:calc((100% - 151px) / 3.001);			/* (100% - (EW*+OT) /3 )*/
        margin-top: 5px;
    }
    .menu .menu-days div.uk-first-column {
        width:115px;							/* első oszlop szélessége (EW*) */
    }
}
@media (max-width: 650px) {
    .menu section > div > table tr td.menu-cell-code {
        width: 115px; 							/* első oszlop szélessége (EW*) */
    }
    .menu-slider {
        width: calc(((100% / 2.001) * 5) - 90px);	/* (((100% / 2) * 5) - (OT * 5 / 2)) */
    }
    .menu .menu-days.menu-days-5 > div  {
        width:calc((100% - 151px) / 2.001);			/* (100% - (EW*+OT) /2 )*/
        margin-top: 5px;
    }
    .menu .menu-days.menu-days-7 > div  {
        width:calc((100% - 151px) / 2.001);			/* (100% - (EW*+OT) /2 )*/
        margin-top: 5px;
    }
    .menu .menu-days div.uk-first-column {
        width:115px;
    }
}
@media (max-width: 480px) {
    .menu section > div > table tr td.menu-cell-code {
		width: 100px; 
    }
    .menu-slider {
        width: calc(((100% / 1) * 5) - 180px);	/* (((100% / 1) * 5) - (OT * 5 / 1)) */
    }
    .menu .menu-days.menu-days-5 > div  {
        width:calc((100% - 136px) / 1);			/* (100% - (EW*+OT) /1 ) */
        margin-top: 5px;
    }
    .menu .menu-days.menu-days-7 > div  {
        width:calc((100% - 136px) / 1);			/* (100% - (EW*+OT) /1 ) */
        margin-top: 5px;
    }
    .menu .menu-days div.uk-first-column {
        width:100px;
    }
}
.menu .menu-nav::before {
    margin:0 !important;
}
.menu .menu-nav > span {
    margin:auto;
    display: block;
}
.menu .menu-nav-left {
    width: 0;
}
.menu .menu-nav-right {
    width: 36px;								/*Oldalsó túllógás mértéke (OT)*/
}
.menu .menu-nav-min {
    width: 0px;
}
.menu .menu-nav-max {
    width: 35px;
}
.menu .menu-nav-center {
    width: 18px;
}

.menu-week-select-button {
    background: #AAE3F5;
    color: white;
    border: 0;
/*	width: 108px;
*/
    height: 34px;
    font-family: "circus_talkbold", helvetica, sans-serif;
    font-size: 14px;
/*	text-transform: uppercase;
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.5);
*/
/*	margin: 0 1px;
*/
    line-height: 6px;
    font-weight: bold;
    text-align: center;
}
.menu-week-select-button > a {
    font-family: "circus_talkbold", helvetica, sans-serif;
    font-size: 14px;
}

/*.menu-week-select-button:hover {
    text-decoration: none;
}
*/

.menu-week-select-button-active {
    background: red;
    /*#94BE18;*/
    background: #ed1c24;
    color: white;
    box-shadow: none;
}

.menu-week-select-button-active+.menu-week-select-button {
    background: #00aeef;
    /*#94BE18;*/
}

.menu-week-select-button-first {
    width: 57px;
/*	border-radius: 5px 0 0 0;
*/
}