

th.col_pos {
	width: 35%;
}

th.col_com {
	width: 22%;
}

th.col_loc {
	width: 23%;
}

th.col_date {
	width: 20%;
}

td {
	padding-right: 10px;
	padding-bottom: 10px;
}

tr:nth-child(odd) td{    
   background-color: #F3F3F4
 }
 
table.joblist { 
	width: 100%
}

.joblist a{ text-decoration: none !important;}

.joblist tr.headerRow{
	background-color: #2FAAD9;
}

.joblist tr.headerRow th{
    padding: 15px;
    text-align: left;
    font-size: 16px;
    color: #ffffff;
    border: 2px solid white;
}