.stepwizard-step {
    margin: 0 15px;
}
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
	display: inline-block;
	margin: auto;
	text-align: center;
}
.stepwizard {
    display: inline-block;
    width: 100%;
	position: relative;
	margin: 30px 0;
	text-align: center;
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
	opacity: 1 !important;
    background-color: #eee;
    border: 1px solid #eee;
    color: #333;
}
.stepwizard-row:before {
    top: 21px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
	z-index: 0;
	left: 0;
}
.stepwizard-step {
    display: inline-block;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.528571429;
    border-radius: 100%;
}