.stepwizard {
  width: 100%;  
  position: relative;
  display: table;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard-row:before {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 14px;
  bottom: 0;
  background-color: #ccc;
  content: " ";
}

.stepwizard-step {    
  position: relative;
  text-align: center;  
  display: table-cell;
}

.stepwizard-step p {
  margin-top: 10px;    
}

.stepwizard-step button[disabled] {
  opacity: 1;
}

.btn-circle {
  width: 30px;
  height: 30px;
  font-size: 12px;
  padding: 6px 0;
  border-radius: 15px;
}