.calc-table {
  border-collapse: collapse;
}
.calc-table th,
.calc-table td {
  padding: 0.4em 0.6em;
}
.calc-table tr.header {
  background: #eeeeff;
}
.calc-table tr.result {
  background: #ffeeff;
}
.group-input {
  background: #eeeeff;
}
.group-select {
  background: #bbbbff;
}
.group-parameter {
  background: #ddddff;
}
.group-result {
  background: #ffeeff;
}
.calcLog {
  width: 48em;
  max-width: 100%;
  font-size: 0.85em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  line-height: 1.4;
  box-sizing: border-box;
}

