#Content {
	width: 100%;
}

#Content .job-offer {
	background: url('../images/bg.jpg') #13071D no-repeat;
	font-family: Century Gothic, Arial;
	margin-bottom: 20px;
}

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

#Content .job-offer .block {
	padding-top: 200px;
	padding-bottom: 20px;
}

#Content .job-offer .description {
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #1e2748;
	color: #1e2748;
	display: block;
	font-size: 14px;
	margin: 0 45px;
	padding-bottom: 200px;
}

#Content .job-offer h2.title {
	border-bottom: 2px solid #1e2748;
	color: #1e2748;
	font-family: Century Gothic, Arial;
	font-size: 26px;
	margin: 0 0 20px;
	padding: 15px;
	text-align: center;
}

#Content .job-offer h3.location, h4.salary {
	font-family: Century Gothic, Arial;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 15px;
}

#Content .job-offer h3.location {
	margin-bottom: 0;
}

#Content .job-offer .description p {
	padding: 0 15px;
}


