table.jobs_search_results {
	margin-top: 10px;
	border: 0;
	width: 100%;
}

table.jobs_search_results th {
	background: #eee;
	text-align: left;
	margin-bottom: 5px;
	font-size: 1em;
}

table.jobs_search_results th.jobtitle, table.jobs_search_results td.jobtitle {
	width: 40%;
}

table.jobs_search_results th.joblocation, table.jobs_search_results td.joblocation{
	width: 27%;
}

table.jobs_search_results th.jobpostingdate, table.jobs_search_results td.jobpostingdate {
	width: 33%;
}

table.jobs_search_results th label{
	width: auto;
}

table.jobs_search_results th input{
	float: right;
}
table.jobs_search_results td {
	padding: 2px;
	font-size: 1em;
}

table.jobs_search_results h2 {
	margin: 0;
	padding: 0;
	font-size: 1.1em !important;
}

table.jobs_search_results p {
	border-bottom: 1px solid #6A747C;
	padding-bottom: 5px !important;
}