/* page = ckeditor */

body {
	height: 100vh;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
  background: #939393;
}
div#editor {
	flex-grow: 1;
	background: #888;
}
