/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/



table.jobs-table, table.job-table, table.job-apply-table {
	width: 100%;
	text-align: left;
}

table.jobs-table th, table.job-table th {
	font-weight: bold;
}

table.job-table th 
{
    position:relative;
    padding:5px 20px 5px 0px;
    }
    
    table.jobs-table td {padding:5px 5px 0;}

td.jobs-moreinfo, td.jobs-applynow {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

td.jobs-moreinfo a, td.jobs-applynow  a{
	width:100px;
}

table.job-apply-table th, table.job-apply-table td.th {
	width: 30%;
	vertical-align:top;
	padding:5px 0;
}

table.job-apply-table td {
	width: 70%;
	padding:5px 0;
    }

