.shorten { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
word-wrap: break-word; overflow-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;
p{ word-wrap: break-word; }