.jobrow {
	padding-bottom: 15px;
	margin: 20px 0;
	border-bottom: 1px solid #4cafe1;
	position: relative;
	padding-right: 260px;
}

.jobrow h2 {
	color: #4cafe1;
	font-size: 22px;
}

.jobrow .organizer {
	font-size: 15px;
	padding: 6px 0 12px;
}

.jobrow p {
	min-height: 44px;	
}

.jobrow a.details,
#job .back {
	display: inline-block;
	padding: 9px 12px;
	background: #4cafe1;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	line-height: 1.2;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.jobrow a.details:hover,
.jobrow a.details:focus,
#job .back:hover,
#job .back:focus {
	background: #0c384f;
}

.jobrow a.details {
	position: absolute;
	right: 0;
	top: 25px;
}


#job {
	width: 65%;
	position: relative;
	min-height: 650px;
}

#job .organizer-logo,
#job .job-image {
	position: absolute;
	left: 104%;
	top: 15px;
	width: 49%;
	text-align: center;
}

#job .job-image {
	top: 350px;
}

#job .organizer-logo img,
#job .job-image img {
	max-width: 100%;
	max-height: 300px;
	width: auto;
	height: auto;
}

#job .top-subheadline a {
	color: #4cafe1;
}

#job .rte {
	max-width: 850px;
}

#job .back {
	margin-top: 35px;
}



@media only screen and (max-width:800px) {
	.jobrow {
		padding-right: 0;
	}
	
	.jobrow a.details {
		position: static;
		margin-top: 15px;
	}
	
	
	#job {
		width:100%;
		min-height: 0;
	}
	
	#job .organizer-logo {
		position: static;
		padding: 0 0 20px;
		text-align: left;
		width: 100%;
	}
	
	#job .job-image {
		position: static;
		padding: 20px 0 0;
		width:100%;
	}
	
	#job .organizer-logo img {
		max-height: 70px;
	}
}