#pageWrapper {
	height: 100%;
	display: flex;
}

#pageWrapper > .tabsContainer {
	display: flex;
	flex-flow: column;
	width: 100%;
}