/* Specific styles forJobPoster pages. */

.jp_header {
	color: rgb(0, 46, 112) !important;
	margin-bottom: .5em !important;
	margin-top: .5em !important;
}

.jp_metainfo {
	font-size: 1.25em;
	color: rgb(100, 100, 100);
}

	.jp_metainfo b {
		color: rgb(0, 46, 112);
		font-size: 1.3em;
	}
	
.jp_emphasis {
	color: #F5842C;
}

.jp_link {
	color: rgb(0, 113, 188) !important;
	text-decoration: none !important;
	font-weight: bold !important;
}

	.jp_link:hover {
		text-decoration: underline !important;
	}