
#consoletextarea {
	font-family: monospace;
	color: #428BDD;
	background-color:#0F192A;
	margin-left:10px;
	margin-bottom: 20px;
	line-height:1.0;
}

.errorTextLineNumber {
	color: yellow;
	text-decoration: underline;
}
.warningText {
	color: orange;
}
.errorText {
	color: red;
}
.betaText {
	color: orange;
}
