/* https://stackoverflow.com/questions/30098071/codemirror-autoresize-upto-a-given-number-of-lines */

.CodeMirror.cm-s-tail-codemirrortheme {
	font-size: 16px;
	min-height: 70px !important;
	height: auto !important;
	max-height: 600px;
	resize: none !important;
}

.cm-s-tail-codemirrortheme {
	background: #fafbfc !important;
}

.cm-s-tail-codemirrortheme span.cm-meta {
	color: #000000 !important;
}
.cm-s-tail-codemirrortheme span.cm-keyword {
	line-height: 1em;
	font-weight: bold !important;
	color: #000000 !important;
}
.cm-s-tail-codemirrortheme span.cm-atom {
	color: #000000 !important;
}
.cm-s-tail-codemirrortheme span.cm-number {
	color: #000000 !important;
}
.cm-s-tail-codemirrortheme span.cm-def {
	color: #000000 !important;
}
.cm-s-tail-codemirrortheme span.cm-variable {
	color: #000000 !important;
}
.cm-s-tail-codemirrortheme span.cm-variable-2 {
	color: #000000 !important;
}
.cm-s-tail-codemirrortheme span.cm-variable-3,
.cm-s-tail-codemirrortheme span.cm-type {
	color: #000000 !important;
}
.cm-s-tail-codemirrortheme span.cm-property {
	color: #000000 !important;
}
.cm-s-tail-codemirrortheme span.cm-operator {
	color: #000000 !important;
}
.cm-s-tail-codemirrortheme span.cm-comment {
	color: #000000 !important;
}
.cm-s-tail-codemirrortheme span.cm-string {
	color: #000000 !important;
}
.cm-s-tail-codemirrortheme span.cm-string-2 {
	color: #000000 !important;
}
.cm-s-tail-codemirrortheme span.cm-qualifier {
	color: #000000 !important;
}
.cm-s-tail-codemirrortheme span.cm-builtin {
	color: #000000 !important;
}
.cm-s-tail-codemirrortheme span.cm-bracket {
	color: #000000 !important;
}
.cm-s-tail-codemirrortheme span.cm-tag {
	color: #000000 !important;
}
.cm-s-tail-codemirrortheme span.cm-attribute {
	color: #000000 !important;
}
.cm-s-tail-codemirrortheme span.cm-link {
	color: #000000 !important;
}
.cm-s-tail-codemirrortheme span.cm-error {
	color: #000000 !important;
}

.cm-s-tail-codemirrortheme .CodeMirror-activeline-background {
	background: #e8f2ff;
}
.cm-s-tail-codemirrortheme .CodeMirror-matchingbracket {
	outline: 1px solid grey;
	color: #000000 !important;
}
/* Remove vertical scroll */
.cm-s-tail-codemirrortheme .CodeMirror-vscrollbar {
	right: 0;
	top: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}
