.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 70%;
    position: relative;
}
.stepwizard-step button[disabled], .stepwizard-step .btn[disabled]{
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
	
}

.stepwizard-row:before {
    top: 30px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 3px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 9px 0;
    font-size: 30px;
    line-height: 1.428571429;
    border-radius: 30px;
}