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

#aside {
	display: none !important;
}

#contentContainer #content {
	float: none;
	width: 100%;
}

@media print {
	#aside {
		display: none;
	}
	
	#contentContainer #content {
		float: none;
		width: auto;
	}
}