

.attending {
	color: lightgreen;
}

.attending.attended {
    color: green;
}

.attending.not-attended {
    color: red;
}

.not-attending {
	color: lightgray;
}

.not-attending.attended {
    color: orange;
}