/*

	Special CSS rules for the fertilizer interactive.

*/

/*
	The stages in the dialog box.
*/
.completed-stage {
	color: #99B9BB;
}
.current-stage {
	color:#39797B;
	font-weight: bold;
}
.upcoming-stage {
	color: #99B9BB;
}
