.divLatestJobs table tr td:last-child
{
    max-width: 20px;
    text-align: right;
}

.tdTitle
{
    color: #666;
    font-weight: bold;
}

.tdDate
{
    color: #888 !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

@media screen and (max-width: 767px) and (min-width: 100px)
{
    .divLatestJobs table tr td:last-child
    {
        max-width: inherit;
    }
}