p{
  color:#525252;
  font-size:16px;
}
.itemskils
{
    width:100%;
}
.skillbar {
	position:relative;
	display:block;
    background:#aed661;
	width:94%;
	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:15px;
    padding-bottom:15px;
	width:0px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    background:#75992e;
}
.itemskils  h4{
	text-align:left;
    font-weight:bold;
    color:#75992e;
    padding:10px 0px;
}

.skill-bar-percent {
	float:right;
	font-size:14px;
	color:#75992e;
    margin-top:-18px;
}