/* Style 1 */
.widget_skills .skills_row { margin-top:1px; }
.widget_skills .caption {
	color:#fff;
	font-weight:bold;
	margin: 0 0 0 12px;
}
.widget_skills .progressbar {
	display:block;
	width:100%;
	height:35px;
	white-space: nowrap;
}
.widget_skills .progress {
	display:block;
	width: 0;
	height:35px;
	text-align:left;
	border-radius: 3px;
	font-size: 16px;
	line-height: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 7px;
}
.widget_skills .value {
	color:#ffffff;
	font-weight:400;	
}