.job {

	padding: 10px 0px;
}

.job .click-here {

	display: inline-block;
}

.job:hover .click-here {

	color: orange;
}

.job .date {

	color: lightgrey;
	font-style: italic;
}

.job > div {

	margin: 2px 0px;
}

.job .title {

	font-weight: bold;
	font-size: 1.3em;
}

.job-title-header {

	font-weight: bold;
	padding: 10px 0px;
	border-bottom: 2px solid lightgrey;
}

.taleo-jobs-container {

	margin: 20px 0px;
	float: left;
	width: 100%;
}