#DispRecipe {
	margin: 40px 0 40px 0;
	padding: 0;
}

#DispRelated {
	margin: 40px 0 40px 0;
	padding: 0;
    text-align: center;
}

#DispRecipeImage {
	width: 200px;
	/*height: 200px;*/
	float: left;
	background: #ddd;
	font-size: 3em;
	font-weight: bold;
	color: #bbb;
	text-align: center;
}

#DispRecipeText {
	float: left;
	width: calc(100% - 240px);
    min-width: 300px;
	padding: 0 0 0 30px;
    hyphens: none;
}

#DispRecipeAmounts {
	text-align: right;
	float: left;
	padding: 0 30px;
}

#DispRecipeIngredients {
	float: left;
}

#DispRecipeInstructions {
	clear: both;
	font-style: italic;
	padding-top: 10px;
}

#DispRecipeTags {
	clear: both;
	font-style: italic;
	padding-top: 10px;
}

#DispRecipeTags a.taglink, span.taglink {
    background-color: black;
    color: white;
    padding: 5px 7px;
    margin: 0 5px;
    font-style: italic;
    text-decoration: none;
}

.RecipeResult {
    text-align: center;
    height: 220px;
    border: 1px solid #bbb;
    margin-bottom: 20px !important;
    cursor: pointer;
    vertical-align: bottom;
}

.RecipeResult h3 {
    padding: 5px 5px 10px 5px;
    text-align: center;
}

.RecipeResult h3 a {
    font-style: normal;
}

.recipeImageSmall {
    max-width: 130px;
    max-height: 140px;
    vertical-align: bottom;
}

.alsolike {
    padding: 1em 0;
}

.alternatebg:nth-child(odd) {
    background:#ddd;
}

span.smsoon {
    font-size: 2em;
    color: #ddd;
    font-weight: bold;
}