/*.wizard body { 
    margin: 10px; 
}*/

.tasks div:first-child {
    margin-left: -15px;
}

.tasks {
    margin-left: 15px;
}

.subtasks {
    width: 178px;
    float: left;
    margin-left: -3px;
    margin-top: -8px;
    border: solid #000 1px;
    margin-right: 10px;
}

.subtasks ol {
    margin-left: -15px;
}

.wizard a {
    padding: 10px 12px 12px;
    margin-right: 5px;
    background: #efefef;
    position: relative;
    display: inline-block;
    width: 155px;
}
.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: 14px 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:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #00AAFF;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #00AAFF;
}

.wizard .done {
    background: #007ACC;
    color: #fff;
}
.wizard .done:after {
    border-left-color: #007ACC;
}
