.break-word {
	overflow-wrap: break-word;
}

.wrap-anywhere {
	overflow-wrap: anywhere;
}

.vertical-align-top {
	vertical-align: top;
}
