.diet-menu-container {
	margin-top: 20px;
}

.diet-menu{
	display: none;
	margin: 50px 0 0 0;
	text-align: center;
	min-height: 100px;
}

.diet-menu-date{
	font-size: 25pt;
	font-weight: bold;
	margin: 0;
}

.diet-menu h2{
	width: 100%;
	padding: 14px;
	border-bottom: 2px dotted black;
	margin: 30px auto 0;
	text-transform: uppercase;
	font-size: 18pt;
}
.diet-menu h3{
	width: 100%;
	border-bottom: 1px dotted black;
	margin: 20px auto 0;
	text-transform: uppercase;
	font-size: 12pt;
	padding: 7px auto 7px;
	width: 200px;
}
.diet-menu > div{
	margin: 10px 0;
}
.diet-menu > div > span{
	display: inline-block;
	width: 9%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-left: 1px solid #666;
	padding: 3px
}
.diet-menu > div > span:first-child{
	width: 70%;
	border: 0;
}
p.diet-menu-order{
	font-size: 15pt;
	margin-top: 30px;
}

.diet-menu-tabs {
	width: 620px;
	max-width: 100%;
	margin: auto auto;
	display: inline-block;
	vertical-align: top;
	text-transform: none;
	text-align: center;
}
.diet-menu-tabs > * {
	float: left;
	display: block;
	width: 70px!important;
	margin: 0 5px 10px 5px;
	padding: 7px 10px;
	background: transparent;
	text-transform: uppercase;
	font-weight: bold;
	border: 3px solid #4D5730;
	color: #4D5730;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.diet-menu-tabs > *.active,
.diet-menu-tabs > *:hover{
	background: #58642c;
	color: white;
}
.diet-menu-tabs.tabs-7 > *{
	width: 14.1%;
}
.diet-menu-tabs.tabs-3 > *{
	width: 32.9%;
}
.diet-menu-days{
}
.diet-menu-days > * > div:first-child{
	font-weight: bold;
	font-size: 13pt;
}
.diet-menu-variants{
	font-weight: bold;
	text-transform: uppercase;
}