/**
 * Admin style for this plugin
 */
#penci_recipe_meta{
	overflow: hidden;
	padding-bottom: 1em;
}
#penci_recipe_meta p, .penci-row-editor{
	clear: both;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:1em;
}
.penci-format-row.penci-format-recipe{
	display: block;
	float: left;
	width: 255px;
	line-height:30px;
	font-weight:700;
}
.penci-format-row.row-block{
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
.penci-table-meta label{
	display: block;
	line-height: 1.75em;
}
.penci-recipe-description {
	display:block;
	font-size:11px;
	color:#888;
	margin-top:8px;
}
.penci-recipe-description strong{
	color: #000;
	font-weight: bold;
}
.penci-table-meta {
	border: 1px solid #efefef;
	padding: 5px 18px;
	margin: 20px 7px;
}
.penci-table-meta h3 {
	font-size:14px;
}
.penci-recipe-shortcode {
	font-size: 14px;
	background: #ffffbd;
	color: #000;
	padding: 2px 6px;
	font-weight: 700;
}