
.redCell {
	background: #d71c1c;
	color: #fff;
}
.blueCell {
	background: #1c77d7;
	color: #fff;
}.greenCell {
	background: #1cd751;
	color: #fff;
}.normalCell {
	background: none;
	color: #333;
}
