.hyphenate{ hyphens: auto; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; }
.donthyphenate { hyphens: none; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; }