table.matrixtable thead th,
table.matrixtable thead td {
  width: 10%;
}

table.matrixtable thead tr th:nth-of-type(1),
table.matrixtable thead tr td:nth-of-type(1) {
  width: 40%;
  min-width: 300px;
}


