/*------------------------------------*\
    Watershield
\*------------------------------------*/
.food-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.food-list li {
	width: 25%;
	list-style: none;
}
.entry-content .food-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.compound-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.compound-list li {
	display: flex;
	flex-flow: wrap;
}
.compound-list li img {
    align-self: center;
}
.food-list p {
	font-size: var(--small-font);
	line-height: 1.2;
}
.compound-list p {
	font-size:  var(--small-font);
	line-height: 1.2;
}
.footnotes {
	background: rgba(159, 159, 159, 0.1);
	padding: 1em;
	font-size: 90%;
	border-radius: 10px;
	font-style: italic;
	color: #555;
	margin: 10px 0 20px;
}
.footnotes p {
	margin:5px;
	line-height:1.2em;
}