.cf:before,
.cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

#star-applicator-ui p {
	text-align: center;
}


/* Progress Tracker v2 */

ol.step-progress[data-steps="2"] li {
	width: 49%;
}

ol.step-progress[data-steps="3"] li {
	width: 33%;
}

ol.step-progress[data-steps="4"] li {
	width: 24%;
}

ol.step-progress[data-steps="5"] li {
	width: 19%;
}

ol.step-progress[data-steps="6"] li {
	width: 16%;
}

ol.step-progress[data-steps="7"] li {
	width: 14%;
}

ol.step-progress[data-steps="8"] li {
	width: 12%;
}

ol.step-progress[data-steps="9"] li {
	width: 11%;
}

.step-progress {
	width: 100%;
	list-style: none;
	list-style-image: none;
	margin: 20px 0 20px 0;
	padding: 0;
}

.step-progress li {
	float: left;
	text-align: center;
	position: relative;
}

.step-progress .name {
	display: block;
	vertical-align: bottom;
	text-align: center;
	margin-bottom: 0.5em;
	color: black;
	opacity: 0.3;
}

.step-progress .step {
	color: black;
	border: 3px solid #DDDDDD;
	background-color: #DDDDDD;
	border-radius: 50%;
	line-height: 1.2;
	width: 1.2em;
	height: 1.2em;
	display: inline-block;
	z-index: 0;
}

.step-progress .step span {
	opacity: 0.3;
}

.step-progress .active .name,
.step-progress .active .step span {
	opacity: 1;
	font-weight: bold;
}

.step-progress .step:before {
	content: "";
	display: block;
	background-color: #DDDDDD;
	height: 0.4em;
	width: 50%;
	position: absolute;
	bottom: 0.6em;
	left: 0;
	z-index: -1;
}

.step-progress .step:after {
	content: "";
	display: block;
	background-color: #DDDDDD;
	height: 0.4em;
	width: 50%;
	position: absolute;
	bottom: 0.6em;
	right: 0;
	z-index: -1;
}

.step-progress li:first-of-type .step:before {
	display: none;
}

.step-progress li:last-of-type .step:after {
	display: none;
}

.step-progress .done .step,
.step-progress .done .step:before,
.step-progress .done .step:after,
.step-progress .active .step,
.step-progress .active .step:before {
	background-color: yellowgreen;
}

.step-progress .done .step,
.step-progress .active .step {
	border: 3px solid yellowgreen;
}
