$("document").ready(function() {
           $(".row_topic_comment:odd").css("background-color", "#212121");
		   
		   
        });
