li.step-in-progress {
    font-weight: bold;
}

li.step-complete {
    font-style: italic;
}

li.step-failed {
    color: red;
}

p.is-error {
    color: red;
}
