.CodeMirror {
	width: 100cqw;
	height: 100cqh;

    border-right: 1px solid #d2d2d2;
}

.container .code-editor-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.container .code-editor {
	position: absolute;

	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}