
.foodlabel {
	margin:0 auto;
	width:560px;
	max-width:100%;
}

.foodlabel * {
	color:#555;
}

.foodlabel .flrow {
	padding-left:1rem;
	padding-right:1rem;
}

.foodlabel .mtop {
	margin-top:1.5rem;
}
.foodlabel .mbottom {
	margin-bottom:1rem;
}

.foodlabel .ptop {
	padding-top:2rem;
}
.foodlabel .pbottom {
	padding-bottom:2rem;
}

.foodlabel .footer.ptop {
	padding-top:1rem;
}
.foodlabel .footer.pbottom {
	padding-bottom:1rem;
}

.foodlabel .bg-gray {
	background-color:#f3f3f3;
}

.foodlabel a {
	color:#555;
}

.fl-header {
	position:relative;
	min-height:125px;
	padding-top:1.8rem;
	padding-right:100px;
}
.fl-language {
	position:absolute;
	right:0;
	top:0;
	bottom:2px;
	width:90px;
	display:flex;
	flex-direction:column;
	align-items:center;	
	justify-content:center;
}
.current-language {
	display:flex;
	flex-direction:column;
	align-items:center;	
	justify-content:center;
}
.current-language img:first-child {
	margin-bottom:0.75rem;
	width:40px;
	height:40px;
}
.current-language img:last-child {
	width:32px;
	height:18px;
}
.qrLangMenu {
	position:absolute;
	right:0;
	top:90%;
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
	z-index:1;
	box-shadow:0 4px 5px 3px rgba(0,0,0,0.1);
	display:none;
}
.current-language {
	cursor:pointer;
}
.qrLangMenu li {
	display:block;
	text-align:center;
}
.qrLangMenu a {
	display:block;
	padding:15px 0;
}
.qrLangMenu img {
	width:40px;
}

.foodlabel h1 {
	color:#555;
	margin-top:0;
	font-weight:300;
	font-size:40px;
	padding-right:100px;
}

.foodlabel h2 {
	color:#555;
	font-size:36px;
}

.foodlabel h3 {
	color:#555;
	font-size:28px;
	font-weight:300;
	margin-bottom:1.5rem;
}

.foodlabel p {
	font-size:18px;
}
.foodlabel p:last-child {
	margin-bottom:0;
}
.foodlabel-image {
	width:100%;
	padding-top:100%;
	position:relative;
}
.foodlabel-image-wrap {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	text-align:center;
	display:flex;
	align-items: center;
	justify-content: center;
}
.foodlabel-image img {
	max-width:90%;
	max-height:90%;
	width: auto;
	height: auto;
	display:block;
}

.foodlabel .fw-1 {
	font-weight:bold;
}

.foodlabel table {
	width:100%;
	max-width:100%;
	border-spacing:1px;
	background-color:#fff;
	border-collapse:collapse;
	table-layout:fixed;
	margin-bottom:0.5rem;
}
.foodlabel table.foodattributes {
	margin-bottom:1.5rem;
}
.foodlabel table td {
	padding:6px 0;
	background-color:#fff;
	width:50%;
}
.foodlabel table td.indent {
	padding-left:10px;
}
.foodlabel table tr:not(.dashed-bottom) td {
	padding-bottom:0;
}
.foodlabel table tr.dashed-bottom td {
	border-bottom:2px dotted #333;
}

@media screen and ( min-width: 640px ) {
	
	.foodlabel img {
	}
	
	.foodlabel table {
	}
}