.text-area .scroll-bar:vertical {
   -fx-background-color: transparent;
   -fx-border-color:derive(gray,80%);
   -fx-background-radius: 2em;
   -fx-border-radius:2em;
}
.text-area .scroll-bar:vertical .thumb {
    -fx-background-color:derive(black,90%);
   -fx-background-insets: 0, 0, 0;
   -fx-background-radius: 0em;
}
.text-area .increment-button ,.text-area .decrement-button {
    -fx-background-color:white;
   -fx-border-color:derive(black,80%);
}