$("div[id^='comEnt']").filter(function(){ return $(this).css('margin-left') == '40px'; }).find(".comment_text").css('color','red');