$(document).ready(function () {
    $('table.verticals tr td').each(function () {
        $(this).fitted();
    });
})
