$( "#content #description img" ).addClass( "img-responsive img-rounded" );
$( "#content #catLongDesc img" ).addClass( "img-responsive img-rounded" );
$("#content img").error(function(){ $(this).hide(); });
$( "#content .well img" ).addClass( "img-responsive img-rounded center-block" );
$( "#content .cmsContent img" ).addClass( "img-responsive img-rounded center-block" );

$( "#content #description table,#content .cmsContent table" ).wrap( "<div class='table-responsive'></div>" );
$( "#content #description table,#content .cmsContent table" ).addClass( "table" );
$( "#content table, table td" ).removeAttr( "style" );
$( "#description span, #description p" ).removeAttr( "style" );

$( ".hovdrop .row" ).wrap( "<div class='container'></div>" );

$( "body" ).addClass( "dabody" );