.step-row {
	margin-bottom: 30px;	
}

.step-ul {
	width: 620px;
	margin: 0 auto;
}

.step-ul li {
	float: left;
	width: 33%;
	font-size: 16px;
	color: #cacaca;
	text-align: center;
	padding-bottom: 5px;
}

.step-ul li label {
	font-weight: normal;
}

.step-ul>.active {
	color: #ff7b11;
	border-bottom: 2px solid #ff7b11;
}

.step-ul>.active>.badge {
	color: #FFF;
	background-color: #ff7b11;
}

.badge {
	margin-right: 5px;
	border-radius: 9px;
	background-color: #cacaca;
}