<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">li.jobs {
	list-style-type: none;	
	padding-top:20px;
	padding-bottom:20px;
}

.jobItemBody {
	display:inline;
}

div.jobItemDetails {
	display: inline;
}

.jobItemDetails span {
	display: inline-block;
	width:25%;
	max-width:25%;
	font-weight: bold;
}

.jobItemDetails p {
	display: inline-block;
	width:65%;
}

hr.jobItemBody {
	width:70%;
}</pre></body></html>