To remove the extra space in the jquery ui accordion, we need to use the autoHeight option.
    Ex:
        $( "#jaccordion" ).accordion({
            collapsible: true,
            autoHeight: false
         });