$(document).ready(function(){
/* last-child emulation for all */
 $("table.table tr th:last-child").addClass(" last-child");
/* /last-child emulation for all */
});
