
.tab {
  display: none;
}


/* Make circles that indicate the steps of the form: */
.step {

}

.step.active {
 display: block;
}

/* Mark the steps that are finished and valid: */
.step ,.step.finish {
 display: none;
}
