



#wisePanelGrammarExplanationViewMainContentContainer,
#wisePanelLessonContentsViewMainContentContainer
{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: auto;
}
#wisePanelGrammarExplanationViewMainContentArea{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
#wisePanelGrammarExplanationViewMainContentAreaDefault{
	position: absolute;
	z-index: 1;
}
.wisePanelGrammarExplanationViewMainContentAreaContents
{
	background: #ffffff;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	overflow-y: auto;
	height: 0;
	padding:30px;
}
