.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}

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

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

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}

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

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

.btn-circle {
    width: 28px;
    height: 28px;
    text-align: center;
    padding: 6px 0;
    line-height: 1.05;
    border-radius: 14px;
}
@media (min-width: 768px) {
    .stepwizard-row:before {
        top: 18px;
    }
    
    .btn-circle {
        width: 36px;
        height: 36px;
        line-height: 1.55;
        border-radius: 18px;
    }
   
    .stepwizard-step {
        font-size: 14px;
    }
}