﻿
body {
	font-family: Arial, sans-serif;
	margin: 20px;
	color: #000;
	background: #fff;
	font-size: 10pt;
}

p,
ul {
	margin-bottom: 5px !important;
	gap: 0px !important;
}

.recipePage header,
.recipePage footer,
.recipePage .headerImage,
.recipePage .recipeBodyCopy .rteCopy,
.recipePage .recipeContent .right .topItems img,
.recipePage .recipeContent .sharePrint {
	display: none;
}

.recipePage .recipeContent {
	flex-direction: column-reverse;
}

.recipePage h1 {
	font-size: 24pt;
}

.recipePage .recipeContent .right .recipeImage {
	max-width:50%
}

.recipePage .recipeContent .left .label {
	font-size: 16pt;
	margin-bottom: 10px;
}

.recipePage .rteCopy {
	margin-bottom: 10px;
}
