img {
	visibility: hidden;
	display: none;
}

table {
	width:100% !important;
	padding: 5px 30px;
}

/* -------------------- Rezeptdetails -------------------- */
.recipe_title { /* Überschrift */
	font:bold 120% Verdana, Arial,sans-serif;
	text-align: left;
	text-decoration: underline;
}

.recipe_subtitle { /* "Unter"-Überschrift */
	font:bold 110% Verdana, Arial,sans-serif;
	text-align: left;
	text-decoration: underline;
}

.recipe_category {

}

.recipe_ingredients_title { /* "Für den Teig" ... */
	font:bold 100% Arial, Sans Serif;

}

.recipe_ingredients { /* Zutaten */
	font:bold 100% courier, "Courier New", sans-serif;
}

.recipe_instructions { /* Herstellungshinweise */
	font-size:100%;
	font-family: Arial, Sans Serif;
}