@charset "utf-8";

body {
    background:white;
}
header, footer, .Pinterest, .Facebook {
    display:none !important;
}
#Container, main {
	background:none !important;
	width:600px !important;
	margin:0 auto !important;
	padding-top:0 !important;
}

#IdeaGraphic, #ProductGraphic, #PostGraphic {
	float: none;
	width: 100%;
	height: auto;
}

#IdeaGraphic img, #ProductGraphic img, #PostGraphic img {
	width: 100%;
	height: auto;
}

#PostDetails h1 {
	float: none;
}

.MealIdeaCards, .ProductMealCards {
	display: block;
}

.MealIdeaCard, .ProductMealCard {
	width: 100%;
	display: block;
}

#Serves {
	top: 20px;
}

.BlogPostWrapper {
	width: 100%;
}

#BlogPanel ul, #BlogPanel a {
	display: none;
}

#PostDetails {
	padding-right: 0px;
}

#PostViewAll {
	display: none;
}

#Rail {
	display: none;
}