.disabled {
	background-color: #ccc;
	color: #000;
	font-weight: italic;
}

.problem {
	background-color: #c00;
	color: #aaa;
	font-weight: italic;
}

.enabled {
	background-color: #0e0;
	color: #000;
	font-weight: italic;
}