.immonex-energy-scale {
	max-width: 400px;
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: initial;
}

.immonex-energy-scale-remarks,
.immonex-energy-scale-errors {
	padding: 0.5rem;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	clear: both;
}

.immonex-energy-scale-remarks {
	margin-top: 0.625em;
	margin-bottom: 0;
	background-color: #F5EBD2;
}

.immonex-energy-scale-errors {
	color: #FFF;
	background-color: #E2001A;
	font-size: 0.8em;
}

.immonex-energy-scale-remarks p:last-child {
	margin-bottom: 0;
}

.immonex-energy-scale-errors p {
	margin-bottom: 0.5rem;
	font-weight: bold;
}

.immonex-energy-scale-errors ul {
	margin-bottom: 0;
}