.list li{
	float: left;
	text-align: center;
}	
.list {
	width: 1140px;
	height: 70px;
	border: #dddddd 1px solid;
	border-top: none;
	background: #f1f1f1;
	line-height: 70px;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
}
#list1 {
	background: #0071bc;
	height: 48px;
	color: white;
	line-height: 48px;
	font-size: 18px;
}
.full {
	width: 147px;
	height: 41px;
	font-weight: 400;
	border: 2px solid #00a8ff;
	color: #00a8ff;
	margin-top: 11px;
	line-height: 41px;
	transition: all 300ms;
}
.deploy {
	width: 147px;
	height: 41px;
	font-weight: 400;
	/*border: 2px solid #222121;*/
	background: #f05d6b;
	color: white;
	margin-top: 11px;
	line-height: 41px;
	transition: all 300ms;
}
.full:hover {
	background: #00a8ff;
	color: white;
}
.deploy:hover {
	background: #00a8ff;
	border: 2px solid #00a8ff;
}
.list li:nth-child(1) {
	width: 143px;
}
.list li:nth-child(2) {
	width: 160px;
}
.list li:nth-child(3) {
	width: 65px;
}
.list li:nth-child(4) {
	width: 103px;
}
.list li:nth-child(5) {
	width: 103px;
}
.list li:nth-child(6) {
	width: 100px;
}
.list li:nth-child(7){
	width: 60px;
}
.list li:nth-child(8) {
	width: 80px;
}
.list li:nth-child(9) {
	width: 162px;
}
.list li:nth-child(10) {
	width: 162px;
}