.statBar {
	width: 15rem;
	margin-top: 0.05rem;
	margin-bottom: 0.1rem;
	border: 2px outset #fa0;
	height: 1.4rem;
}
.statSlider {
	display: inline-block;
	background-color: #080;
	height: 1.4rem;
	position: absolute;
}
.statValue {
	text-align: center;
	display: inline-block;
	position: relative;
	left: 45%;
}

.statName {
	margin-right: 1rem;
}

.pointsDisplay {
	text-align: right;
	margin-right: 1rem;
}

.schoolLevel {
	width: 2rem;
	border: 1px solid #888;
	text-align: center;
	color: #888;
	cursor: pointer;
}

.unSelectedSchool {
	background-color: #111 !important;
}

.schoolLevelZero {
	background-color: #000;
}

.schoolLevel:hover {
	filter: brightness(1.7);
}

.redText {
	color: #f00;
}

#title {
	font-size: 150%;
	font-weight: bold;
}

#version {
	font-size: 75%;
	color: #aaa;
}

.aboutDesc {
	max-width: 20rem;
	margin-top: 1rem;
}

.toolButton {
	text-align: center;
}

.right {
	margin-left: auto;
}
.dialogContainer {
	max-width: 25rem;
}