$.fn.responsiveTables=function(){var t=this;jQuery(document).ready(function(n){n("body").hasClass("dnnEditState")||n("table:not('.table-condensed')",t).each(function(){var t=n(this);0<t.find("tbody>tr>th").length&&(t.find("tbody").before("<thead><tr></tr></thead>"),t.find("thead tr").append(t.find("th")),t.find("tbody tr:first").remove()),n(t).parents(".search-results").length||n(t).addClass("responsive-table").attr("style",""),n("td",t).each(function(){var t=n(this),e=t.closest("table").find("th").eq(t.index()).text();n(t).wrapInner('<span class="cell-content"></span>').prepend('<span class="cell-heading">'+e+"</span>")})})})};