*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #757575;
}
p{
	margin-bottom: 10px;
}
li{
	float: right;
}
li.logo{
	float: left;
}
li.logo a, li.logo a:hover{
	padding: 0;
	border: none;
}
.clear{
	clear:both;
}
nav{
	height: 100px;
	padding: 30px 0;
}
nav li a{
	display: block;
	color: #fc7928;
	padding: 35px 0 15px 0;
	margin-right: 20px;
	border-bottom: 2px solid #fff;
	transition: all 0.3s ease-out;
	font-size: 12px;
}
nav li a:hover{
	border-bottom: 2px solid #fc7928;
}
.wrapper{
	max-width: 1080px;
	width: 100%;
	margin: auto;
	padding: 0 20px;
	box-sizing: border-box;
}
footer,footer span{
	color: #aaa;
	padding-bottom: 40px !important;
	font-size: 11px;
}
.category{
	margin-bottom: 10px;	
	font-family: sans-Serif;
	font-size: 12pt;	
}
.skill{
	clear: both;
	padding: 5px;
}
.skill:nth-child(even),.skill:nth-child(even) *{
	background-color: #eee;
}
.skill span{
	float: left;
}
.container, header, footer, form{
	padding-bottom: 40px;
}
.description{
	display: none;
}
.name{
	display: block;
	width: 60%;
	float: left;
}
.quality{
	float: left;
	width: 20%;
}
.point, .experience span{
	font-weight: bold;
	color: #fc7928;
}
.experience{
	float: left;
	width: 20%;
}
.experience{
		text-align: right;
}
.yearsexperience input{
	border: 1px solid #757575;
	padding-left: 4px;
	width: 50px;
	float: right;
}
.point{
	display:block;
	float: left;
	width: 20px;
	text-align: center;
	margin-top: 4px;
}
input[type=submit]{
	padding: 5px 10px;
	background-color: #fc7928;
	color: #fff;
	border: 0px;
	border-radius: 5px;
}
input[type=submit].disabled{
	background-color: #da9a4a;
}
td{
	float: none !important;
}
h3,h2,h1{
	color: #fc7928;
}
.warning{
	color: #f55;
}
.succes{
	color: #3d3;
}
.login input{
	margin-bottom: 10px;
}
@media screen and (max-width: 960px){
	.name{
		float: none;
		width: 100%;
	}
	.quality{
		float: left;
		width: 200px;
	}
	.experience{
		float: right;
		width: 180px;
	}
}