/* It is recommended to place all your extra/additional CSS rules here */
.hyphenate {
	-webkit-hyphens: ;
	-o-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: manual;
}