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