.wizard {
  width: 100%;
  text-align: center; }
  .wizard a {
    padding: 10px 12px 10px;
    margin-right: 5px;
    background: #efefef;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: left;
    width: 24%; }
    .wizard a:before {
      width: 0;
      height: 0;
      border-top: 20px inset transparent;
      border-bottom: 20px inset transparent;
      border-left: 20px solid #fff;
      position: absolute;
      content: "";
      top: 0;
      left: 0; }
    .wizard a:after {
      width: 0;
      height: 0;
      border-top: 20px inset transparent;
      border-bottom: 20px inset transparent;
      border-left: 20px solid #efefef;
      position: absolute;
      content: "";
      top: 0;
      right: -20px;
      z-index: 2; }
    .wizard a:first-child:before, .wizard a:last-child:after {
      border: none; }
    .wizard a:first-child {
      -webkit-border-radius: 4px 0 0 4px;
      -moz-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px; }
      .wizard a:first-child .badge {
        margin-left: 0; }
    .wizard a:last-child {
      -webkit-border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      border-radius: 0 4px 4px 0; }
    .wizard a.current {
      background: #007ACC;
      color: #fff; }
      .wizard a.current:after {
        border-left-color: #007ACC; }
  .wizard.wizard-md a {
    width: 49%; }
  .wizard.wizard-sm a {
    width: 32%; }

.badge {
  margin: 0 5px 0 18px;
  position: relative;
  top: -1px; }

/*# sourceMappingURL=wizard.css.map */