.default {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.default > .content {
	flex: 1 1 0;
	overflow: auto;
}
