body {
	--fsAddBuffer: 0px;
}
#avforums_header,
#avforums_in_content_1,
#avforums_sidebar_mid,
#avforums_footer,
#avforums_sidebar_top,
#avforums_sidebar_bot,
#avforums_in_content_2,
#avforums_in_content_4,
#avforums_in_content_3 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(var(--height) + var(--fsAddBuffer));
	width: 100%;
}
#avforums_footer {
		--height: 50px;
}
#avforums_header {
		--height: 100px;
}
#avforums_in_content_1 {
		--height: 250px;
}
#avforums_in_content_2 {
		--height: 250px;
}
#avforums_in_content_3 {
		--height: 600px;
}
#avforums_in_content_4 {
		--height: 600px;
}
@media only screen and (min-width: 768px) {
	#avforums_footer {
		--height: 250px;
	}
	#avforums_header {
		--height: 250px;
	}
	#avforums_in_content_1 {
		--height: 90px;
	}
	#avforums_in_content_2 {
		--height: 90px;
	}
	#avforums_in_content_3 {
		--height: 600px;
	}
	#avforums_in_content_4 {
		--height: 600px;
	}
	#avforums_sidebar_bot {
		--height: 600px;
	}
	#avforums_sidebar_mid {
		--height: 250px;
	}
	#avforums_sidebar_top {
		--height: 600px;
	}
}
