.stepper-step p {
	margin-top: 0px;
	color: #666;
}

.stepper-row {
	display: table-row;
}

.stepper {
	display: table;
	width: 100%;
	position: relative;
	margin-top: 15px;
}

.stepper .btn.disabled, .stepper .btn[disabled], .stepper fieldset[disabled] .btn {
	opacity: 1 !important;
	cursor: not-allowed;
}

.stepper-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-index: 0;
}

.stepper-step {
	display: table-cell;
	text-align: center;
	position: relative;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

.btn-circle.btn-success {
	color: #fff;
	background-color: #4dbd74;
	border-color: #4dbd74;
}

.btn-circle.btn-info {
	color: #fff;
	background-color: #63c2de;
	border-color:#63c2de;
}