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

@media screen and (min-width: 568px) {
#aside {
	float: right;
	width: 25%;
}

#contentContainer #content {
	float: left;
	width: 75%;
}
}

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