#Content {
	width: 100%;
}

#Content .job-offer {
	background: #eee;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 20px;
	margin-bottom: 20px;
}

#Content .job-offer .banner {
	background: url('../images/banner1.jpg') no-repeat;
	height: 110px;
	background-size: 100%;
	margin: 0 20px;
}

#Content .job-offer h2.title {
	color: #575757;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 15px;
}

#Content .job-offer .description .details ul {
	font-size: 15px;
	padding-left: 0;
	line-height: 1.5;
	list-style: none;
	margin: 15px 0;
}

#Content .job-offer .details ul li label {
	color: #575757;
	font-weight: bold;
	margin-right: 10px;
    line-height: 1;
}

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

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

#Content .job-offer .description p > strong {
	color: #575757;
}

#Content .job-offer .description ul {
	padding-left: 15px;
}