$(function(){

    $('table.flowchart-row tr td.center-top, table.flowchart-row tr td.center-bottom').each( function () {
        $(this).height( ($(this).parent().parent().height()-28)/2 )
    })

})
