data:text/css,
.text-area *.text {
    -fx-text-alignment: center;
}
.text-area .scroll-pane {
    -fx-hbar-policy: never;
    -fx-vbar-policy: never;
}
.text-area {
    -fx-font-family: 'Arial';
    -fx-font-size: 13px;
    -fx-font-weight: bold;
    -fx-text-fill: %s;
    -fx-background-insets: 0;
    -fx-background-color: transparent, %s, transparent, %s;
}

.text-area .content {
    -fx-background-radius: 0 ;
    -fx-background-color: transparent, %s transparent, %s;
}

.text-area:focused .content {
    -fx-background-color: transparent, %s, transparent, %s;
}

.text-area:focused {
    -fx-highlight-fill: #7ecfff;
}
.text-area .content {
    -fx-padding: 10px;
    -fx-text-fill: %s;
    -fx-font-weight: bold;
    -fx-highlight-fill: #7ecfff;
}
.text-area *.text {
    -fx-text-alignment: center;
    -fx-font-weight: bold;
}