#navbar {
	background-color: #3f87af;
}

#logo {
	height: 40px;
	margin-right: 10px;
}

#output, #program-output {
	font-size: 1.1em;
	white-space: pre-wrap;
}

#workspace {
	min-height: 0;
}

.tool-output {
	flex-basis: 0;
	min-height: 0;
}

.output-heading {
	font-family: monospace;
	font-weight: bold;
}

#output.compiling {
	color: #6c757d;
}

#output .err {
	color: red;
}

#compile-busy {
	display: none;
}

#col-editor {
	height: 75%;
}

#editor {
	min-height: 0;
}

.chapter-control {
	background: #f8f9fa;
	flex: 0 0 auto;
}

#chapters-overview .list-group-item.active {
	background-color: #eef6fa;
	color: inherit;
}

#col-tools {
	height: 25%;
	padding-top: 10px;
}

@media (min-width: 992px) {
	#col-editor, #col-tools {
		height: 100%;
	}
}
