#cke_question {
	max-height: 100%;
}

* {
	border-collapse: collapse;
}
.cke_chrome{border: none!important;}
/* .cke_editable *{transition: all 0.3s linear;} */

.cke_editable {
	height: 100%;
	font-family: "Open Sans",sans-serif;
	padding: 0px 10px;
	margin-top: 0;
	word-wrap: break-word;
	line-height: 1.3;
	margin: 10px 4px;
	font-weight:400!important;
	font-size: 16px;
	color: #888;
	-ms-overflow-style: none;  /* IE and Edge */


}
.cke_editable *{
	scrollbar-width: thin!important;
}

.cke_editable::-webkit-scrollbar {
	background: #E8E8E8!important;
	width: 6px!important;
	scrollbar-width: thin;
}

.cke_editable::-webkit-scrollbar-thumb {
	background: #CFD8DC!important
}


.cke_toolgroup a.cke_button:last-child:after, .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
	display: none;
}

.cke_editable p {
	margin: 0;
}

.cke_editable:focus {
	color: #000!important;
}

#cke_1_top , #cke_2_top {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 54px!important;
	border-bottom: 1px solid #E8E8E8;
	/* border-right:  1px solid #E8E8E8; */
}

.cke_inner {
	height: 100%;
}

#cke_question {
	border: none;
	height: 100%;
}

a.cke_button {
	cursor: pointer!important;
}

@media screen and (min-width:992px) {
	#cke_1_contents,#cke_2_contents {
		min-height: 192px;
	}
	#cke_1_contents iframe,#cke_2_contents iframe {
		height: 200px!important;
	}
}

@media screen and (max-width:768px) {
	#cke_1_contents iframe,#cke_2_contents iframe {
		height: 97%!important;
	}
}