@charset "utf-8";
/* CSS Document */

/****** jobs *******/
table#job {
width:99%;
border-right:#666666 solid 1px;
border-top:#666666 solid 1px;
font-size:80%;
margin:12px 0;
}

table#job tr td {
padding:3px;
border-left:#666666 solid 1px;
border-bottom:#666666 solid 1px;
}

table#job tr td.grey {
background-color:#999999;
color:#fff;
white-space:nowrap;
}


