  .circle-multiple {
	font-size: 15px;
	padding: 10px;
	line-height: 24px;
}
.circle-multiple h4 {
	text-align: center;
	margin-top: 2px;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 6px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.progress-bar {
	/*border: 3px solid #333;*/
	height: 34px;
	/*padding: 3px;*/
	background: #EEEEEE;
	width: 100%;
	margin: 0px 0;
}
.progress-bar span {
	display: inline-block;
	height: 100%;
	background-color: #777;/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
}
.blue span {
	background-color: #E67E22;
}
.orange span {
	background-color: #3498DB;
}
.yellow span {
	background-color: #435E7A;
}
.red span {
	background-color: #2ECC71;
}
.mazenta span {
	background-color: #F34783;
}
.grey span {
	background-color: #FFC15C;
}
.blackis span {
	background-color: #E07071;
}
.redish span {
	background-color: #DB84DB;
}


.skillbar {
	position:relative;
	display:block;
	margin-bottom:0px;
	width:100%;
	background:#eee;
	height:35px;
	/*border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;*/
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}
.skillbar-bar {
	height:35px;
	width:0px;
	/*border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;*/
}