.module-progressbar {
	margin-bottom: 1.5em;
}
.module-progressbar .tf-progress-bar-wrap {
	display: block;
	padding-top: 1em;
}
.module-progressbar .tf-progress-bar {
	background: #eee;
	background: rgba(0,0,0,.1);
	margin: 1.2em 0 3.2em;
	text-align: left;
	position: relative;
	height: 3px;
}
.module-progressbar .tf-progress-bar .tf-progress-bar-label {
	font-style: normal;
	position: absolute;
	top: -1.9em;
	text-transform: uppercase;
}
.module-progressbar .tf-progress-bar .tf-progress-bar-bg {
	height: 3px;
	position: absolute;
	-webkit-transition: 3s;
	-moz-transition: 3s;
	transition: 3s;
}

.module-progressbar .tf-progress-tooltip {
	position: absolute;
	right: 0;
	top: auto;
	font-size: .9em;
	bottom: .5em;
	text-align: right;
}
