article.wdg_kbar {
	max-width: 900px;
	margin: auto;
}

article.wdg_kbar div.bar div.bar-property {
	position: relative;
}

article.wdg_kbar div.bar div.bar-property label.bar-number {
	font-family: Helvetica;
	color: #fff;
	width: 50px;
	height: 40px;
	display: block;
	position: absolute;
	top: -15px;
	text-align: center;
	font-weight: normal;
	position: absolute;
	line-height: 35px;
	transition: all 1s ease-out;
}

article.wdg_kbar div.bar div.bar-progress {
	border: 1px solid #aaaaaa;
	border-radius: 4px;
	margin-bottom: 2em;
}

article.wdg_kbar div.bar div.bar-progress > div {
	transition: all 1s ease-out;
}