#page {
	margin: 0 auto;
	min-width: 700px;
	position: relative;
	width: 50%;
}
.difstheme_separate {
	border-radius: 0 0 5px 5px;
	float: left;
	padding: 2.5em;
	width: 100%;
}
body.difstheme_layout_separate .difstheme_separate,
body.difstheme_layout_block .difstheme_block {
	border-radius: 5px;
	margin: 2em 0 0 !important;
}
#top {
	float: left;
	margin: 0 0 2.5em;
	width: 100%;
}
#bottom {
	float: left;
	margin: 2.5em 0 0;
	width: 100%;
}
@media screen and (max-width: 768px) {
	html,
	body {
		color: #333;
		margin: 0;
		padding: 0 !important;
	}
	body.difstheme_layout_separate #content .sidebar {
		margin: 2em 0 0;
	}
	#content .sidebar {
		padding: 3.5em;
	}
	body.visible-sidebar-left.visible-sidebar-right #sidebar-right {
		padding-top: 0;
	}
	#page {
		float: left;
		padding: 0;
		min-width: auto;
		width: 100%;
	}
	body.difstheme_main_container_left #page {
		float: left;
		margin: 0 0 0 5%;
	}
	body.difstheme_main_container_right #page {
		float: right;
		margin: 0 5% 0 0;
	}
	.difstheme_separate,
	.difstheme_container,
	#page .difstheme_container {
		padding: 20px;
	}
}