/* user css file */

html, body {
	word-break: break-word !important;
}

.wordwrap,
.qtype.wrapword .labeltext,
.qtype.wrapword label,
.qtype.wrapword .wrap {
    word-break: break-word !important;
}

.matrix .qtype.items7 ul.head .itemhead, .matrix .qtype.items8 ul.head .itemhead {
  display:table-cell;
  vertical-align:top;
}