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

#jobContainer{
	width:80%;
	margin:2em auto;
	color:#666;
	line-height:1.5em;
}
h1{
	font-size:1.5em;font-weight:bold;margin-bottom:1em;color:#AE4210;
}
h2{
	font-size:1.2em;font-weight:bold;margin-bottom:1em;color:#333;
}
p{
	margin-bottom:1em;
}
table{
	border-collapse:collapse;
	width:100%;
	border:1px solid #aaa;
}
th, td{
	padding:1em;
	border:1px solid #aaa;
}

th{
	background-color:#e6e6e6;
	white-space:nowrap;
	color:#333;
}

.closer{
	text-align:center;
	padding:2em 0;
}
.noOffer{
	text-align:center;
	padding:12em 0;
	border:1px dotted #aaa;
}