#page #content {
	width:auto; /* FLEX: need to change for flex layout */
	float:none;
}
#page #sidebar {
	width:210px;
	float:right;
	display:none;
}
#content .columnA {
	width:470px; /* FLEX: need to change for flex layout */
	float:left;
	display:inline;
}
#content .columnB { /* FLEX: need to change for flex layout */
	margin-left:480px;
	width:280px;
}
#content .columnB .portlet {
	clear:none;
}
