
.idstretch.product-wrapper {
	margin: 0 0 10px 0;
}
.idstretch-container {
	overflow: hidden;
	padding: 0 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
.idstretch-container .id-product-levels {
	padding: 0;
	margin: 15px 0 0 0;
	padding: 0 10px 5px 10px;
	text-align: left;
}
.idstretch-container .id-product-levels strong.title {
	cursor: default;
	width: 30%;
	margin: 0;
	display: inline-block;
	font-size: 1.6em;
}
.idstretch-container .id-product-levels strong span.idstretch-goal {
	display: block;
	margin: 10px 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	white-space: nowrap;
}

.idstretch-container .idstretch-progress {
	height: 5px !important;
	border: none;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	width: 100%;
	box-shadow: 0 0 0 rgba(255, 255, 255, 0);
	-webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
	-moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.idstretch-container .idstretch-progressbar {
	height: 5px !important;
	max-width: 100%;
	border: none;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	position: relative;
	margin-top: 0 !important;
	float: none;
	box-shadow: 0 0 0 rgba(255, 255, 255, 0);
	-webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
	-moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.idstretch-container .idstretch-percentage {
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	padding: 1px 0;
	display: block;
	line-height: 5px;
	}
.idstretch-container .idstretch-percentage span {
	font-size: 10px;
	line-height: 12px;
	padding: 1px 3px;
	box-shadow: 0 0 0 rgba(255, 255, 255, 0);
	-webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
	-moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
	position: absolute;
	right: 0;
	height: 12px !important;
	margin-top: 0 !important;
}
.idstretch-container .idstretch-percentage span i {
	font-size: 7px;
	line-height: 12px;
	vertical-align: top;
}
.idstretch-container .idstretch-text {
	margin: 0 10px 10px 10px;
	display: inline-block;
	vertical-align: top;
	width: 66%;
}
.idstretch.obscured {
	opacity: 0.3;
}
.idstretch.obscured .id-product-levels {
	margin: 0;
}
.idstretch.obscured  .id-product-levels strong {
	width: auto;
	padding: 5px 10px 1px 10px;
}
.idstretch.obscured  .id-product-levels strong:before {
	margin: 0 10px 0 0;
	display: inline-boxblock;
	background: transparent;
	font-family: FontAwesome;
	content: '\f023';
	font-size: 36px;
	vertical-align: middle;
}
.idstretch.obscured .idstretch-progress, .idstretch.obscured .idstretch-goal, .idstretch.obscured .idstretch-text {
	display: none !important;
}
.idstretch.completed {
	position: relative;
}
.idstretch.completed span.progress-bar:before {
	content: '\f00c';
	text-align: left;
	line-height: auto;
	font-family: FontAwesome;
	padding-right: 5px;
}
.idstretch .id-level-desc {
	margin: 0;
}
.idstretch h1, .idstretch h2, .idstretch h3, .idstretch h4, .idstretch h5, .idstretch h6 {
	color: inherit;
}


