body {
	font-family: "Open Sans", Tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000;
	width: 20cm;
	margin: 0 auto 50mm;
}

body.solo {
	width: 18.5cm;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
	padding: 0;
	margin: 0;
}

.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	display: block;
}

.row li {
	page-break-inside: avoid;
	margin-bottom: 10px;
}

.container {
	width: 100%;
}

#recipe-page-wrapper {
	padding: 0;
	page-break-after: always;
	break-after: always;
}

#recipe-wrapper {
	padding-left: 0;
	display: block;
	vertical-align: top;
	width: 756px;
}


#sidebar-info {
	padding-right: 0;
	display: block;
	vertical-align: top;
}

#recipe-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

#recipe-title {
	margin-left: 33mm;
}

#recipes #recipe-title {
	margin-top: 0 !important;
}

#recipe-title h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 !important;
	line-height: 22px;
}

#recipe-details-main-wrapper {
	width: 100%;
}

#recipe-title img {
	margin-right: 10px;
}

#recipe-image {
	padding-left: 0;
	float: right;
}

#recipe-image img {
	max-width: 100%;
	height: 233px;
}

#recipe-badges {
	list-style-type: none;
}

#recipe-badges li {
	display: inline-block;
	margin: 10px 0;
}

#cals-per-serving i.fa {
	margin-right: 10px;
}

#recipe-details-info {
	padding: 0;
	margin-top: 15px;
	margin-left: 10px;
	float: left;
	max-width: 50%;
}

table#ingredients-table {
	margin-bottom: 10px;
	width: auto;
}

table#ingredients-table > thead > tr > th,
table#ingredients-table > tbody > tr > th,
table#ingredients-table > tfoot > tr > th,
table#ingredients-table > thead > tr > td,
table#ingredients-table > tbody > tr > td,
table#ingredients-table > tfoot > tr > td {
	padding: 2px 4px;
}

#recipe-details-params {
	margin: 10px 0;
}

#recipe-details-params span {
	display: inline-block;
	border-right: 1px solid #000;
	padding-right: 5px;
	margin-right: 5px;
}

#recipe-details-params span:last-of-type {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}

#info-tabs .tab-content > .tab-pane {
	display: block;
}

#info-tabs .tab-content ul {
	margin-left: 15px;
}

#info-tabs .tab-content ul li:not(:last-of-type) {
	margin-bottom: 10px;
}

#info-tabs .tab-pane .single-block {
	margin-bottom: 10px;

}

#recipes .tab-pane .single-block {
	overflow: visible;
}

#info-tabs h2 {
	margin: 0 !important;
}

#nutrition-info .single-block h2,
#info-tabs .tab-pane h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0 !important;
}

#diabetes-exchanges-wrapper {
	padding-top: 10px;
	border-top: 1px dashed #CCC;
}

#nutritionList, .recipe_nutritional_claims, #diabetes-exchanges {
	margin-left: 30px;
}

#nutritionList .nutrient, .recipe_nutritional_claims .nutrient,
#diabetes-exchanges .nutrient {
	font-weight: bold;
	margin-right: 5px;
}

#nutritionList .nutrient::after,
.recipe_nutritional_claims .nutrient::after,
#diabetes-exchanges .nutrient::after{
	content: ":";
}

#diabetes-table {
	width: 100%;
	border-spacing: 0.2em;
	border-collapse: separate;
}

#recipe-claims {
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dashed #CCC;
}

#diabetes-table caption {
	color: #999;
	padding-top: 0;
}

.block-subtitle:not(caption) {
	display: block;
	color: #999;
}

.table-header {
	font-weight: bold;
}

#recipe[role="tabpanel"] {
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 0;
}

#recipe[role="tabpanel"] #recommended-side-dished ul {
	margin-left: 0;
	list-style-type: none;
	padding-left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#recipe[role="tabpanel"] #recommended-side-dished ul li {
	width: 23%;
	text-align: center;
	margin-bottom: 0;
}

#recipe[role="tabpanel"] #recommended-side-dished ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.container {
	page-break-before: auto;
	break-after: auto;
}

.copyright {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.bold {
	font-weight: bold;
}
