
.step-maker-container {
  position: relative;
  height: 50px;
}

.step-maker-container hr {
  position: absolute;
  top: 5px;
  z-index: 1;
  height: 2px;
  background: #676767;
  border: none;
}

div.step-maker {
  position: absolute;
  display: table;
  text-align: center;
  z-index: 2;
}

div.step-maker .step {
  text-align: center;
  float: left;
}

div.step-maker .step.active > label.step-number {
  color: #fff;
  border: 2px solid #cd6928;
  background-color: #cd6928;
}

div.step-maker .step.active > label:last-child { color: #cd6928; }

div.step-maker .step > label.step-number {
  background-color: #fff;
  color: #676767;
  border-radius: 50%;
  border: 2px solid #676767;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-bottom: 6px;
  position: relative;
}

div.step-maker .step > label.step-number > span {
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.step-maker .step > label { display: block; }

div.step-maker .step > label:last-child {
  font-weight: bold;
  word-break: break-all;
}
