jQuery(document).ready( function () {
	jQuery('p:empty').css({'height': '0', 'margin': '0'});
});
