<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.widget_skills .svg {
	margin: 14px 0 0 -2px;
	height: 130px;
}	
/* Style 1 */
.widget_skills .style_1 .skills_row { margin-top:10px; }
.widget_skills .style_1 .caption {
	font-size: 12px;
	line-height: 16px;
	display:block;
	color:#646464;
	font-weight:bold;
	margin-bottom:4px;
}
.widget_skills .style_1 .progressbar {
	display:block;
	width:100%;
	height:15px;
	background-color:#e5e5e5;
}
.widget_skills .style_1 .progress {
	display:block;
	width: 0;
	height:15px;
	text-align:right;
	position: relative;
	overflow: hidden;
}
.widget_skills .style_1 .value {
	font-size: 12px;
	line-height: 14px;
	display:inline-block;
	margin-right:2px;
	color:#ffffff;
	font-weight:bold;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
.widget_skills .style_2 {margin-top: -3px;}
.widget_skills .style_2 .skills_row {
	overflow: hidden;
}
.widget_skills .style_2 .skills_row .legend {
	display: inline-block;
	margin-right: 7px;
	background: #267ac8;
	width: 9px;
	height: 9px;
}
.widget_skills .style_2 .skills_row .caption {
	font-weight: 700;
}
/* Style 3 */
.widget_skills .style_3 .skills_row { margin-top:11px; overflow: hidden;}
.widget_skills .style_3 .progressbar {
	float: left;
	display:block;
	position:relative;
	width: 97px; 
	height:19px;
	background: url(../../images/level_bg.png) 0 0 repeat-x;
}
.widget_skills .style_3 .progress {
	display:block;
	height:17px;
	text-align:left;
	position: relative;
	width: 0;
}
.widget_skills .style_3 .progress:after {
	display: block;
	content: "";
	left: 0;
	right: 0;
	height: 17px;
	position: absolute;
	background: url(../../images/level_mask.png) 0 0 repeat-x;
}
.widget_skills .style_3 .caption {
	float: left;
	margin-right: 5px;
	width: 60px;
	font-weight: 700;
	padding-top: 1px;
	overflow: hidden;
}</pre></body></html>