.text-area .scroll-bar:vertical {
	-fx-pref-width: 1;
	-fx-opacity: 0;
}

.text-area .scroll-bar:horizontal {
	-fx-pref-height: 1;
	-fx-opacity: 0;
}

.text-area {
	text-area-background: null;
}

.text-area .content {
	-fx-background-color: text-area-background;
}

#text_edit .content {
	-fx-background-color: yellow;
}

#text_committed .content {
	text-area-background: null;
	-fx-background-color: text-area-background;
}