#clearCell {
	-fx-font-size: 12;
	-fx-text-fill: black;
}

#viewCell {
	-fx-font-size: 14;
	-fx-text-fill: blue;
}

#nextCell {
	-fx-background-color: linear-gradient(#328BDB 0%, #207BCF 25%, #1973C9 75%, #0A65BF 100%);
	-fx-font-size: 14;
	-fx-text-fill: black;
}