
#wisePanelGrammarInsightsView h1,
#wisePanelGrammarInsightsView h2,
#wisePanelGrammarInsightsView h3,
#wisePanelGrammarInsightsView h4,
#wisePanelGrammarInsightsView h5,
#wisePanelGrammarInsightsView h6,
#wisePanelGrammarInsightsView .grammarInsightsDisplayAreaLiText,
.divGrammarOutlineText,
.divGrammarOutlineInputLabel,
#wisePanelGrammarExplanationViewMainContentArea h1,
#wisePanelGrammarExplanationViewMainContentArea h2,
#wisePanelGrammarExplanationViewMainContentArea h3,
#wisePanelGrammarExplanationViewMainContentArea h4,
#wisePanelGrammarExplanationViewMainContentArea h5,
#wisePanelGrammarExplanationViewMainContentArea h6,
#wisePanelGrammarExplanationViewMainContentArea p,
#wisePanelGrammarExplanationViewMainContentArea span,
#wisePanelGrammarExplanationViewMainContentArea .sampleSentenceListTextDiv,
#wisePanelGrammarExplanationViewMainContentArea .grammarViewWordListTextDiv,
#wiseChartScreenChartTable *
{
	user-select: text !important;
	-moz-user-select: text !important;
	-webkit-user-select: text !important;
	-ms-user-select: text !important;
}



#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;
}
