.anelka-text {
	text-align: justify;
	text-justify: inter-word
}

.truncate {
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
