﻿$(document).ready(function () {
    $('table.table-classic thead tr td').last().addClass('table-classic-lastRow'); 
});
