body {
  /*font-family: Rubik;*/
  font-weight: 300;
}

h1 {
  /*font-family: Rubik;*/
  font-weight: 700;
}

div.step {
  padding: 0px;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  text-align: center;
  /*vertical-align: top;*/
  margin-bottom: -15px;
  background-color: #fff;
  font-weight: 500;
}

div.step span {
  line-height: 28px;
  font-size: 16px;
  padding: 0px;
  color: #666;
}

div.step.done span {
  color: #ffffff;
}

.step-info {
  width: 160px;
  text-align: center;
  font-size: 0.9em;
}

div.step.active {
  /*color: #fff !important;*/
  background-color: #206bc4;
}

div.step.done {
  color: #fff !important;
  background-color: #2fb344;
}

label {
  font-size: 0.9em;
  font-weight: 400;
}

div.step.active span {
  color: #fff;
}

