/* 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;
}

@media only screen and (min-width: 1002px), only print {
  html, body{
    font-size: 14px !important;
    line-height: 32px;
    line-height: 2rem;
  }
}