
/*==================================================
 * JOBOS: SHOW TOP
 * ================================================*/
.jobs-showtop .item {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #fff;
}
.jobs-showtop .item .type {
	margin-bottom: 6px;
}
.jobs-showtop .item .title a {
	text-decoration: none;
}

/*==================================================
 * JOBOFFER: LIST VIEW
 * ================================================*/
.joboffer-list .jobItem {
	margin-bottom: 30px;
}
.joboffer-list .offerer {
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
}
.joboffer-list .headline {
	margin-bottom: 0px;
}
.joboffer-list a {
	text-decoration: none;
	color: #000;
}

/*==================================================
 * JOBSEARCH: LIST VIEW
 * ================================================*/
.jobsearch-list .jobItem {
	margin-bottom: 30px;
}
.jobsearch-list .headline {
	margin-bottom: 0px;
}
.jobsearch-list .subtitle {
	display: block;
}
.jobsearch-list a {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

/*==================================================
 * JOBSEARCH: SHOW VIEW
 * ================================================*/
.jobsearch-show header {
	margin-bottom: 20px;
}
.jobsearch-show .headline {
	margin-bottom: 0px;
}