ol.bs-wizard-sidebar {
  counter-reset: bs-wizard-counter;
  margin-left: 0;
  padding-left: 0;
}

ol.bs-wizard-sidebar li {
  position: relative;
  margin: 0 0 0.5em 2em;
  padding: 0.25em 0.75em;
  list-style: none;
}

ol.bs-wizard-sidebar li:before {
  content: counter(bs-wizard-counter);
  counter-increment: bs-wizard-counter;
  position: absolute;
  left: -2em;
  top: 50%;
  margin-top: -1.3em;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: none;
  background: #0088cc;
  text-align: center;
  font-weight: bold;
  color: white;
  border-radius: 2em;
}

ol.bs-wizard-sidebar li a {
  color: #333333;
}

ol.bs-wizard-sidebar li:before {
  background: #333333;
}

ol.bs-wizard-sidebar li.bs-wizard-completed {
  color: #999999;
}

ol.bs-wizard-sidebar li.bs-wizard-completed a {
  color: #999999;
}

ol.bs-wizard-sidebar li.bs-wizard-completed:before {
  background: #999999;
}

ol.bs-wizard-sidebar li.bs-wizard-completed:after {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3333333333333333em;
  width: 1.875em;
  content: "\00a0\2713";
  position: relative;
  bottom: 0.1em;
}

ol.bs-wizard-sidebar li.bs-wizard-active {
  color: #0088cc;
}

ol.bs-wizard-sidebar li.bs-wizard-active a {
  color: #0088cc;
}

ol.bs-wizard-sidebar li.bs-wizard-active:before {
  background: #0088cc;
}

ol.bs-wizard-sidebar li:first-child {
  margin-top: 0.75em;
}

.bs-step .bs-step-inner .bs-wizard-step {
  margin-top: 15px;
}