#wisePanelLessonContentsViewMainContentContainer {
    overflow: hidden;
}

#wisePanelLessonContentsViewMainContentArea {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    overflow: auto;
    overscroll-behavior-y: contain;
	padding: 20px;
}

#wisePanelLessonContentsViewLessonToolbar{
	display: flex;
	margin-left: auto;
	margin-right: 20px;
	visibility: hidden;
}

#wisePanelLessonContentsViewLessonToolbar.visible{
	visibility: visible;
}

.wisePanelLessonContentsViewLessonToolbarButton{
	width: 35px;
	height: 35px;
	margin: 0 5px;
}

.wisePanelLessonContentsUiFloatContainer{
	min-height: 45px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	background-color: #fff;
	border: solid 1px #ddd;
}

/* #wisePanelLessonContentsUiSearchGrammar{
	left: -100%;
} */