.parameter-table table {
  width: 100%;
}
.parameter-table tr td:nth-child(1) {
  width: 12em;
}

.attribute-table table {
  width: 100%;
}
.attribute-table tr td:nth-child(1) {
  width: 12em;
}

.math-wrapper {
  overflow-x: visible;
  width: 100%;
}
