body {
	--fsAddBuffer: 0px;
}
#demilkedcom_dynamic_Homepage,
#demilkedcom_dynamic_Articles,
#demilkedcom_Sidebar_Top,
#demilkedcom_SinglePost_Top,
#demilkedcom_SinglePost_Comments,
#demilkedcom_Sidebar_Bot,
#demilkedcom_Sidebar_Bot_2,
#demilkedcom_Midview_Rec_Right,
#demilkedcom_SinglePost_MostPopular_Bot,
#demilkedcom_SinglePost_Related,
#demilkedcom_Midview_Rec_Left {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(var(--height) + var(--fsAddBuffer));
	width: 100%;
}
#demilkedcom_dynamic_Articles {
		--height: 300px;
}
#demilkedcom_dynamic_Homepage {
		--height: 300px;
}
@media only screen and (min-width: 768px) {
	#demilkedcom_Midview_Rec_Left {
		--height: 280px;
	}
	#demilkedcom_Midview_Rec_Right {
		--height: 280px;
	}
	#demilkedcom_Sidebar_Bot {
		--height: 250px;
	}
	#demilkedcom_Sidebar_Bot_2 {
		--height: 600px;
	}
	#demilkedcom_Sidebar_Top {
		--height: 250px;
	}
	#demilkedcom_SinglePost_Comments {
		--height: 250px;
	}
	#demilkedcom_SinglePost_MostPopular_Bot {
		--height: 250px;
	}
	#demilkedcom_SinglePost_Related {
		--height: 250px;
	}
	#demilkedcom_SinglePost_Top {
		--height: 280px;
	}
	#demilkedcom_dynamic_Articles {
		--height: 280px;
	}
	#demilkedcom_dynamic_Homepage {
		--height: 280px;
	}
}
@media only screen and (min-width: 1200px) {
	#demilkedcom_Sidebar_Bot {
		--height: 400px;
	}
}
@media only screen and (min-width: 1600px) {
	#demilkedcom_Sidebar_Bot {
		--height: 600px;
	}
}
