.step, a.step {
  width: 150px;
  color: #ccc
}

.step.active {
  color: #009fd6;
}

.step .number {
  border-radius: 50%;
  width: 28px;
  border: 2px solid;
  border-color: inherit;
}
