/* styles voor state kolom voor sessies */

.state_expired {
	color: red;
}

.state_completed {
	color: green;
}

.state_scheduled {
	font-weight: bold;
}

.state_in_progress {
	font-weight: bold;
	font-style: italic;
}