/* default styles for extension "tx_edudata" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-edudata table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-edudata table th {
		font-weight:bold;
	}

	.tx-edudata table td {
		vertical-align:top;
	}
/* default styles for extension "tx_edusolr" */

.search__result__highlight {
    background-color: rgba(179, 0, 71, 0.63);
    color: #fff;
}

