@charset "utf-8";
.skills {
	width: 90%;
	margin: 20px auto;
	color: #222222;
	
}

.skills li {
	margin: 50px 0;
	list-style: none;
}

.skills p {
	float: right;
	position: relative;
	top: -30px;
	right: 30px;
}

.bar {
	background: #353b48;
	display: block;
	height: 5px;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 0 10px #2187e7;
}

.bar span {
	height: 5px;
	float: left;
	background: #2187e7;
}