.cursor_point {
	cursor: pointer;
}

.def_ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}