article#post-6528 #afterpost, #article#post-6528 .swoop-container.nolinks {
	display: none;
}
/* Tasty Recipes Elegant recipe card styles */

.tasty-recipes-display {
	border: 0.15em solid;
	border-color: #fff;
	padding: 1.5em;
	outline: .5em solid #f9f9f9; /* change to whatever color you want the recipe background to be */
	background: #f9f9f9; /* change to whatever color you want the recipe background to be */ 
	margin-bottom: 1em;
}

.tasty-recipes-display h2 {
	font-weight: 400;
	text-transform: uppercase;
}

.tasty-recipes-print-button {
	background: #cccccc !important; /* change color for print button here, but leave !important */
    margin-top: 0.5em;
    margin-right: 0.5em;
    padding: 0.5em 1em !important;
    float: right;
    font-size: .8em;
    font-weight: 400;
}

.tasty-recipes-image {
	border-left: 1.5em solid;
	border-color: #f9f9f9; /* change to whatever color you want the recipe background to be */
}

.tasty-recipes-rating {
    font-size: 0.7em;
    font-style: italic;
}

.tasty-recipes-rating p {
    margin-bottom: 0;
    margin-right: 0.8rem;
    display: inline-block;
}

.tasty-recipes-details {
	font-size: 0.8em;
}

.tasty-recipes-details ul li {
	list-style-type: none;
	display: inline-block;
	width: 30%;
}

.tasty-recipes-description p {
	font-size: .8em;
	font-style: italic;
}

.tasty-recipe-ingredients h3, 
.tasty-recipes-ingredients h3,
.tasty-recipe-instructions h3, 
.tasty-recipes-instructions h3, 
.tasty-recipes-notes h3 {
	font-weight: normal;
	margin-top: 0.6em;
	margin-bottom: 1.2em;
	text-transform: uppercase;
}

.tasty-recipes-notes h3 {
	font-size: 1.2em;
}

.tasty-recipes-notes p,
.tasty-recipes-notes ul {
	font-size: 0.8em;
}

.tasty-recipes-nutrition h3 {
	font-size: 1em;
    text-align: center;
    margin-top: 1em;
}

.tasty-recipes-nutrition {
	padding: 0.5em;
	border-top: .15em solid #fff;

}

.tasty-recipes-nutrition ul {
	text-align: center;
}

.tasty-recipes-nutrition ul li {
	list-style-type: none;
	font-size: 0.8em;
	margin-left: 0;
	width: 30%;
}









