#job_details {
	width:25%;
	float:left;
	padding:20px 5px;
}
#job_details .job_head {
	background-color:#dedede;
	color:#033fa2;
	padding:2px 5px;
	margin-bottom:5px;
	font-weight: bold;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}
#job_details div div{
	color:#f4f6fd;
	margin-bottom:20px;
}
#job_details div a {
	color:#f4f6fd;
}
#job_details table {
	width:100%;
	margin-bottom:20px;
}
#job_details td {
	color:#f4f6fd;
}
#job_details td.value {
	text-align:right;
	text-transform:lowercase;
}
#job_details .row_head {
	font-weight:bold;
	display:block;
}
#job_details ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#job_employer,#job_requirements,#job_application {
	color:#f4f6fd;
}
#job_photo {
	float:right;
}
#job_posting {
	border:2px solid #5993b8;
	border-left:200px solid #5993b8;
	background-color:#f4f6fd;
	padding:15px 20px;
}

