#careers {
    margin:0;
    padding:0;
    border:0;
    /*border-collapse:collapse;*/
    width:100%;
}

#careers th, td {
    text-align:left;
    margin:2px;
    padding:2px 5px;
}

#careers th {
    font-weight:normal;
    background:#CD2338;
    color:#FFF;
}

#careers .date {
    width:25%;
}

#careers .odd {
    background:#EFEFEF;
}


