jQuery(function($){$('[itemprop="breadcrumb"]').removeClass('expand').addClass('container');$('[role="main"]').removeClass('expand').addClass('container');$('.page-numbers.next, .page-numbers.prev').contents().filter(function(){return this.nodeType===3;}).remove();$('.utility.span12').each(function(){var $headerWidget=$(this),$allChildren=$headerWidget.children();$allEmptyChildren=$allChildren.filter(':empty');$headerWidget.toggle($allChildren.length!==$allEmptyChildren.length);});});