/*
.list-view:focused .list-cell:filled:selected, .list-view:focused .list-cell:filled:selected:hover {
   -fx-accent: #0093ff;
    -fx-background: -fx-accent;
    -fx-background-color: -fx-control-inner-background;
	-fx-font-size: 14;
    -fx-text-fill: blue;
    -fx-border-color: blue;
    
}

.list-cell:hover:selected {
    -fx-border-color: blue;
}
.list-cell:selected {
    -fx-border-color: blue;
}

#viewCell .list-cell:filled:selected {
    -fx-background: -fx-selection-bar-non-focused;
    -fx-table-cell-border-color: derive(-fx-selection-bar-non-focused, 20%);
} 
*/
#viewCell {
	-fx-font-size: 14;
	-fx-text-fill: blue;
}

#clearCell {
	-fx-font-size: 12;
	-fx-text-fill: black;
}

#nextCell {
	-fx-background-color: linear-gradient(#328BDB 0%, #207BCF 25%, #1973C9 75%, #0A65BF 100%);
	-fx-font-size: 14;
	-fx-text-fill: black;
}

#viewCell2 .list-cell:filled:selected {
	-fx-accent: #0093ff;
	-fx-background: -fx-accent, -fx-selection-bar-non-focused;
	-fx-background-color: -fx-control-inner-background;
	-fx-font-size: 14;
	-fx-text-fill: blue;
	-fx-border-color: blue;
}

#clearCell {
	-fx-font-size: 12;
	-fx-text-fill: black;
}

#nextCell {
	-fx-background-color: linear-gradient(#328BDB 0%, #207BCF 25%, #1973C9 75%, #0A65BF 100%);
	-fx-font-size: 14;
	-fx-text-fill: black;
}