I have installed pricing table plugin in my web page. It works fine. But I have faced the height issue problem. Please see the screenshot image. Th detail content is very long compared to others. So other sections were misaligned. All the sections are collapsed. Please help me. Thanks.

This jQuery will get the max height of each li row and set the height to be the same on every li on each row:
Here is an update to your Fiddle: http://jsfiddle.net/PR9am/1/
Hope it helps.