/* Job Detail row */
.bb-jobs-details-line-wrapper {
	position: relative;
	float: left;
	width: 100%;
	height: 36px;
	margin: 0px;
}

/* Job Detail Icons */

.bb-jobs-detail-icon {
	position: relative;
	float: left;
	width: 36px;
	height: 36px;
	margin: -5px 0px -5px -10px;
	background-repeat: no-repeat;
}

.icon-location {
	background-image: url("/wp-content/plugins/bb-jobs/img/jobs-icon-location-bl.svg");
}
.icon-calendar {
	background-image: url("/wp-content/plugins/bb-jobs/img/jobs-icon-calendar-bl.svg");
}
.icon-employment {
	background-image: url("/wp-content/plugins/bb-jobs/img/jobs-icon-employment-bl.svg");
}
.icon-employment-type {
	background-image: url("/wp-content/plugins/bb-jobs/img/jobs-icon-employment-type-bl.svg");
}
.icon-salary {
	background-image: url("/wp-content/plugins/bb-jobs/img/jobs-icon-salary-bl.svg");
}

/* Job Detail text */
.bb-jobs-details {
	background-color: transparent;
}

.bb-jobs-details p {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}