.mLabel {
	color: blue;
	cursor: pointer;
}

.mComment {
	color: grey;
	cursor: pointer;
}

.mRoutine {
	color: red;
	cursor: pointer;
}

.mIndentation {
	color: black;
	cursor: pointer;
}

.mArguments {
	color: orange;
	cursor: pointer;
}

.mPostConditional {
	color: purple;
	cursor: pointer;
}

.container {
	background: #202020;
	min-height: 100%;
    height: 100%;
    overflow: auto;

}

.submit-row {
	margin-top: 20px;
}

textarea {
	font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}

html, body {
	background: #686868;
	height: 100%;

}

h1, p, label {
	color: white;
}
