/* styles for the table in the job template */
#jobtable {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #193450;
	font-size: .9em;
}
#jobtable th {
	color: #fff;
	background-color: #193450;
	line-height: 1.5;
	text-align: center;
}
#jobtable td {
	background-color: #C9D1DE;
	line-height: 1.5;
	border-right: 1px solid #193450;
	border-bottom: 1px solid #193450;
	padding-left: 3px;
}
#jobtable2 {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	font-size: .9em;
}
#jobtable2 h5 {
	font-size: 1em;
}

#jobtable2 .jdbkg {
	background-color: #6498CA;
	margin: 0px;
	padding: 0px;
}
