#commissionLabel {
    -fx-font-size: 2.6em;
	-fx-text-fill: orangered;
	-fx-font-weight: bold;
	-fx-effect: dropshadow( one-pass-box , white , 5, 0.1 , 0 , 1 );
	-fx-: center;
}

.numeric-title {
	-fx-font-size: 2.8em;
	-fx-padding: -10;
	-fx-text-fill: darkslategrey ;
	-fx-font-weight: bold;
	-fx-effect: dropshadow( gaussian  , white , 6, 0.3 , 1 , 1 );
}

#messageLabel {
    -fx-font-size: 3.0em;
	-fx-text-fill: darkslategrey ;
	-fx-font-weight: bold;
	-fx-effect: dropshadow( one-pass-box , white , 5, 0.1 , 0 , 1 );
}

#sumInTitle  {
	-fx-font-size: 2.6em;
	-fx-text-fill: darkslategrey ;
	-fx-font-weight: bold;
	-fx-effect: dropshadow( one-pass-box , white , 5, 0.1 , 0 , 1 );
}

.min-sum-label {
    -fx-font-size: 3.2em;
	-fx-text-fill: orangered;
	-fx-font-weight: bold;
	-fx-effect: dropshadow( one-pass-box , white , 5, 0.1 , 0 , 1 );
}

.need-sum-label {
    -fx-font-size: 3.2em;
	-fx-text-fill: orangered;
	-fx-font-weight: bold;
	-fx-effect: dropshadow( one-pass-box , white , 5, 0.1 , 0 , 1 );
}

#minSumPane {
	-fx-hgap: 5;
}

.sum-pane {
	-fx-hgap: 5;
	-fx-padding: -10 0 -10 0;
}

.sum-label {
    -fx-font-size: 2.3em;
	-fx-text-fill: darkslategrey;
	-fx-effect: dropshadow( one-pass-box , white , 5, 0.1 , 0 , 1 );
	-fx-padding: -5 0 -5 0;
}


#imagePane {
	-fx-background-image: url("cash.png");
	-fx-background-repeat: stretch;
	-fx-background-size: contain;
	-fx-background-position: center ;
	-fx-effect: dropshadow( gaussian, gray, 7, 0.20, 0, 0 );
}
