 
        .danjus { 	
                text-align: justify;  	
                text-indent: 20px;
        }


        $(".tn-atom").each(function(i)	{
                if ($(this).text().length > 30) {	
                        $(this).addСlass("danjus");
                }	
        });
