/* alle Pfeile */
.arrow {
	font-size: 120%;
	font-weight: bold;
	display: inline-block;
	width: 20px;
}

/* sehr schlechtes Ergebnis */
.color_bad {
	color: rgba(255, 51, 51, 1);
}

/* schlechtes Ergebnis */
.color_bad_partial {
	color: rgba(255, 190, 51, 1);
}

/* neutrales Ergebnis */
.color_neutral {
	color: rgba(223, 175, 32, 1);
}

/* gutes Ergebnis */
.color_good_partial {
	color: rgba(100, 206, 103, 1);
}

/* sehr gutes Ergebnis */
.color_good {
	color: rgba(51, 255, 58, 1);
}

/* Footer */
.footerPanel {
	margin-top: 20px;
	margin-bottom: 0px;
}

.chartRow {
	margin-top: 20px;
	margin-bottom: 20px;
}