/* @option user-selected RAFT setting */

@media screen and (max-width: 769px) {

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

#aside {
	display: none;
}

} /* End @media block */