@import url('https://fonts.googleapis.com/css?family=Lato:300,400');

#Content {
	width: 100%;
}

#Content .job-offer {
	background: url('../images/bg.jpg') #eee;
	background-position: bottom;;
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 14px;
	padding-bottom: 5px;
	position: relative;
	margin-bottom: 20px;
}

#Content .job-offer .banner {
	background: url('../images/banner.jpg') 50% 100% no-repeat;
	height: 327px;
}

#Content .job-offer h2.title {
	color: #293694;
	font-family: 'Lato', 'Arial', sans-serif;
    font-size: 23px;
    font-weight: bold;
    margin: 10px 0 15px;
}

#Content .job-offer .hiddenDetails {
	display: none;
}

#Content .job-offer .details {
	background: rgba(255, 255, 255, 0.8);
	margin: 20px;
	padding: 20px;
}

#Content .job-offer .details ul {
	padding-left: 0;
	line-height: 1.5;
	list-style: none;
}

#Content .job-offer .details ul li label {
	font-weight: bold;
	display: inline-block;
	width: 100px;
}

#Content .job-offer .description {
	background: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	margin: 20px;
	padding: 20px;
	position: relative;
	text-align: justify;
	z-index: 2;
}

#Content .job-offer .description ul {
	list-style: url('../images/list.png');
	padding-left: 15px;
}