/* @option user-selected sidebar width and position setting */

@media screen and (min-width: 568px) {
#contentContainer #content {
	float: none;
	width: auto;
}

#aside,
#sidebarWrapper {
	display: none !important;
	float: none;
}
}

@media print {
	#aside,
	#contentContainer #content {
		float: none;
		width: 100%;
	}
}