
.job-attributes {
	margin: 10px 0 0 0;
	background-color: #FAFAFA;
	padding: 15px 20px 5px 20px;
	border-radius: 5px;
}

.job-attributes:after {
	content: '';
	clear: both;
	display: table;
}

.job-attributes li {
	margin: 0 20px 10px 0;
	padding: 0;
	list-style-type: none;
	display: block;
	float: left;
	white-space: nowrap;
	font-size: 16px;
}

.job-attributes li:last-of-type {
	padding-bottom: 0;
}

.job-attributes li img {
	display: block;
	float: left;
	margin-right: 5px;
	height: 20px;
	position: relative;
	top: 0px;
	opacity: 0.7;
}