/* CSS Document */

.shortenedSelect {
    max-width: 350px;
	white-space:pre-wrap;
	text-overflow: ellipsis;
}

