/* Add here all your CSS customizations */
html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
        background: #0F0;
        color: #FFF;
}

