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




	$(".tn-atom").each(function() { // дл€ ZERO-блоков
		if ($(this).text().length > 10) {
			$(this).addClass("danjus");
		}
	});
	