﻿/* Display validation errors in red. SO annoying that they all were originally in black... */
span.field-validation-error {
    color: red;
}
