/**
 * For shortcodes/shortcode-recipe.html.php
 */
 
body.print-preview .recipe-ctrl a, 
body.print-preview a.adjust-proportions,
body.print-preview a.edit-recipe {
	display: none;
}
.recipe-footer::after {
	content: "";
	display: block;
	clear: both;
}
span[itemprop=prepTime],
span[itemprop=cookTime],
span[itemprop=totalTime] {
	display: none !important;
}
.hidden.microdata-description,
.hidden.microdata-image {
	display: none !important;
}
a#srp-credit {
	text-align: right;
	clear: both;
	margin-bottom: 4px;
	color: #797979;
	font-size: 100%;
	text-decoration: none;
	border: none;
	display: none;
}
body.srp-print-page .srp-float-sharebar {
	display: none !important;
}
body.srp-print-page .simple-recipe-pro .recipe-author { display: none; }

body.srp-print-page .print_attr::after {
	display: block;
	content: "";
	clear: both;
	margin-bottom: 10px;
}

div.skipper {
	text-align: center;
	padding-bottom: 15px;
}
div.skipper a {
	background-color: #294969;
	color: #fff !important;
	padding: 6px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	text-shadow: none;
	display: inline-block;
	clear: both;
}
div.skipper a:hover {
	color: #fff;
	background-color: #16b34d;
	text-decoration: none;
}
img.srp-pin-image { display: none !important; }