/* Hide the "Please select a water colour" text on chemical test step */
#step-chemical-test .water-color-validation-message {
    display: none !important;
}

/* Hide any validation messages from previous steps when on chemical test step */
#step-chemical-test .validation-message {
    display: none !important;
}
