.stedar-error-text {
	color: red;
}

.stedar-error-text.hidden {
	display: none;
}

.stedar-error-text.notHidden {
	display: block;
}

.stedar-success-text {
	color: green;
}

.textEntryError {
	border: 2px solid red;
}
