;(function($){
	
	$(document).ready(function(){
		
		$('.container-24').each(function(){
			$(this).equalHeight({childSelector: '.grid'});
		})
		
		$('.restaurant #content table')
			.removeAttr('style')
			.attr('width', '100%');
		
	});
	
})(jQuery);
