@charset "UTF-8";
/* CSS Document */

#job_list {
	width:100%;

}

#job_list .job {
	display:block;
	margin:0 8px;
	padding:12px 0;
	border-bottom:1px solid #aaa;
	-moz-border-radius-bottomRight:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	width:100%;
	clear:both;
}

#job_list .job h2 a{
	font-weight:600;
	text-transform:capitalize;
	font-size:15px;
	margin:0 8px 4px 0;
	color:#363;
}

#job_list .job h2 a:hover {
	color:#9a9;
	text-decoration:none;
}

#job_list .job .left {
	float:left;
	display:inline-block;
	white-space:nowrap;
}

#job_list .job .right {
	float:right;
	display:inline-block;
}

#job_list .job a.button {
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	padding:8px 16px;
	background:#eee;
	float:right;
	margin-left:8px;
	color:#888;
	border:1px solid #ccc;
}

#job_list .job a.button:hover {
	color:#363;
	border:1px solid #9a9;
	background:#fff;
}
