﻿


@font-face {
    font-family: 'Omnes';
    src: url('fonts/Omnes-Medium.eot');
    src: url('fonts/Omnes-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Omnes-Medium.woff2') format('woff2'),
        url('fonts/Omnes-Medium.woff') format('woff'),
        url('fonts/Omnes-Medium.ttf') format('truetype'),
        url('fonts/Omnes-Medium.svg#Omnes-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}


.width800 {
    max-width: 800px;
    margin: auto;
    display: table;
    clear: both;
    width: 90%;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
}

.subpage
{
    padding-top: 10px;

}


h1, h2, h3, h4, h5
{
    color: #77256c;
    font-weight: bold;
    font-family: "Omnes";
    margin-bottom: 20px;
}

h1 { font-size: 26px; max-width: 500px;}
h2 { font-size: 22px;}
h3 { font-size: 18px;}
h5 { color: #666666;}

p {margin-bottom: 20px;}

.divider
{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #dfd1e1;
	line-height: 0.1em;
	margin: 0px 0px 40px 0px;
	color: #0066a5;

}

.divider img
{
	background: #ffffff;
	padding: 0px 15px;
	margin-bottom: -12px;
}



.navformula
{
    height: 100px;
    display: block;
    margin: auto;
}



.breadcrumbs
{
    margin-bottom: 20px;
    margin-top: -15px;
}

.breadcrumbs, .breadcrumbs a
{
    color: #999999;
    font-size: 13px;
}



li
{
    margin-bottom: 5px;
}

.mobilesubmenu li {
    /*list-style-type: none;*/
    margin: 0;
    padding: 5px 0px 10px 26px;
    margin-left: 20px;
    list-style: none;
    background-image: url("../images/hearticon.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
}




.PurpleRow {
    background-color: #dfd1e1;
    border: 1px solid #d1bdd4;
}


.YellowRow
{
    background-color: #fdf69f;
}


.BoxPadding
{
    padding: 20px;
    border-radius: 10px;
}

.footer {
	background: #dfd1e1;
	padding-bottom: 40px;
	/*color: #666666;*/
	color: #2E2E2E;
	font-size: 12px;
}

.footercolumn
{
    float: left;
    width: 20%;
    padding-right: 2%;
}

	.footercolumn a {
		display: block;
		/*color: #666666;*/
		color: #2E2E2E;
		margin-top: 3px;
	}

.footerbottom
{
    clear:both;
    padding-top: 20px;
}

.footercolumn h3
{
    margin-bottom: 5px;
}

.buttonclass
{
    border: 2px solid #520d49;
    background-color: #77256c;
    background: linear-gradient(#843d7a, #77256c);
    color: #FFFFFF;
    padding: 8px 12px 8px 12px;
    border-radius: 10px;
    display: block;
    font-family: "Omnes";
    text-align: center;
    font-size: 18px;
}


.footnote p
{
    font-size: 12px;
    color: #999999;
    margin-bottom: 5px;
}


.guidetable
{
    border: 2px solid #77256c;
    font-size: 12px;
}

.guidetable td
{
    border: 1px solid #999999;
    padding: 5px;
}


.articlelist
{
    /*border-style: dashed;
    border-width: 0px 0px 1px 0px;
    border-color: #77256c;*/
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    /*background-image: url('../images/heart.png');
    background-repeat: no-repeat;*/
    margin: 0px;
}

.articlelist a
{
    font-family: "Omnes";
    font-size: 18px;
    font-weight: bold;
}


.threeicons
{
    width: 25%;
    float: left;
    border: 2px solid #520d49;
    background-color: #77256c;
    background: linear-gradient(#843d7a, #77256c);
    color: #FFFFFF;
    padding: 5px 8px 5px 8px;
    border-radius: 20px;
    display: block;
    font-family: "Omnes";
    text-align: center;
    margin-right: 2%;
    margin-left: 2%;
}

.threeicons a
{
    color: #FFFFFF;
    display: block;
}

.threeicons img
{
    width: 100px;

}

.iconrow
{
    display: table;
    margin: auto;
    width: 80%;
}


/* ------ NUTRITION TABLES ------ */
/* ------ NUTRITION TABLES ------ */
/* ------ NUTRITION TABLES ------ */




.data-table {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}

.data-table td {
	font-weight: bold;
	color: #6C207F;
	text-align: center;
}

.data-table thead .data-table-value {
	border-radius: 10px 10px 0px 0px;
	padding: 10px;
	border-right: 1px solid white;
	color: #6C207F;
	font-weight: bold;
}

.data-table thead .data-table-cell-pcf
{
    background-color: #EFE2ED;
    vertical-align: bottom;
}

.data-table thead .data-table-cell-other {
	background-color: #FFF389;
	vertical-align: bottom;
}


.data-table tbody th {
	color: #967C9D;
	text-align: right;
}

.data-table tbody th,
.data-table tbody td {
	background-color: #F9F3F8;
}

.data-table tbody span {
	display: block;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 5px;
	font-size: 0.9em;

}

.data-table tbody tr:nth-child(even) th,
.data-table tbody tr:nth-child(even) td {
	background-color: #EFE2ED;
}

.data-table tbody tr th {
	border-radius: 20px 0px 0px 20px;
}

.data-table tbody tr td:last-child {
	border-radius: 0px 20px 20px 0px;
}

.data-table tbody .data-table-cell-pcf
{
    border-right: 1px solid #E9D6E8;
    border-left: 1px solid #E9D6E8;
}

.data-table tbody .data-table-cell-other {
	background-color: #FFF9C6;
	border-right: 1px solid #E9D6E8;
}

.data-table tbody tr:nth-child(even) .data-table-cell-other {
	background-color: #F8EE95;
}

.data-table .data-table-value {
	width: 180px;
}

.data-table .heading-label,
.data-table .heading-bar {
	background-color: #DABADB;
	font-weight: bold;
	color: #6C207F;
	text-align: right;
	padding: 5px;
	border-radius: 20px 0px 0px 20px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.data-table .heading-bar {
	border-radius: 0px 20px 20px 0px;
}

.data-table tbody tr:first-child .heading-label,
.data-table tbody tr:first-child .heading-bar {
	border-top: 0px;
}

.data-table-check {
	width: 50px;
	background-position: center;
	background-repeat: no-repeat;
}

.data-table-check-tick {
	background-image: url(../images/table-tick.png);
}

.data-table-check-cross {
	background-image: url(../images/table-cross.png);
}


.data-table img
{
    height: 100px;
}

/* ------ NUTRITION TABLES ------ */
/* ------ NUTRITION TABLES ------ */
/* ------ NUTRITION TABLES ------ */

