.uc_circle-wrap *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.uc_circular-bar {
  text-align: center;
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	float: left;
}
.uc_circular-bar .uc_circular-bar-content {
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
  	width: 90%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.uc_circular-bar .uc_circular-bar-content strong {
	display: block;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
  	margin-bottom: 10px;
}
.uc_circular-bar .uc_circular-bar-content label {
	display: block;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
}
