body {
	background: #fff;
	color: #000;
	padding-top: 0;
	margin: 1rem 2rem 0;
}

body > .container {
	display: flex;
	flex-direction: column;
}

table.report-container {
	width: 100%;
	page-break-after: always;
}

thead.report-header {
	display: table-header-group;
}

tfoot.report-footer {
	display: table-footer-group;
}

.table {
	width: 100%;
}

.navbar,
.recipe-headline .options,
.recipe-photos .recipe-slider,
.recipe-details,
.recipe-reviews,
.recipe-comments,
footer {
	display: none;
}

.recipe-photos {
	order: 2;
}

.recipe-headline {
	order: 1;
}

.recipe-content {
	order: 3;
}

.recipe-photos,
.recipe-headline,
.recipe-content {
	margin-bottom: 1rem;
}

.recipe-headline h2 {
	text-align: left;
	font-size: 32px;
	border-bottom: 1px solid #000;
	margin: 0;
}

.recipe-headline h3 {
	text-align: left;
}

.recipe-photos {
	text-align: center;
}

.recipe-photos img {
	display: inline-block !important;
	margin: 0 auto;
	max-width: 50%;
}

.recipe-title {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #aaa;
}

.ingredients {
	padding-left: 20px;
}

.ingredients .custom-control {
	padding: 0;
	margin: 0;
	min-height: initial;
	display: list-item;
}

.custom-control-input {
	display: none;
}

.ingredients .custom-checkbox .custom-control-label::before,
.ingredients .custom-checkbox .custom-control-label::after {
	display: none;
}

.single-preparation-step {
	margin-bottom: 0.5rem;
}

.single-preparation-step h4 {
	max-width: 40px;
	width: 40px;
}
