/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.imece-letterwide {
    letter-spacing: 0.06em;
    line-height: 1.8;
    font-size: 14px !important;
    color: #707070;
}

.step {
    display: none;
}

    .step.active {
        display: block;
    }

#bottom-wizard button[type="submit"] {
    display: none;
}
