.tableq-activator {
  font-family: monospace;
}

button.tableq-activator {
  color: cyan;
  background-color: darkgreen;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px outset black;
  font-weight: bold;
  height: fit-content;
  width: fit-content;
}

button:enabled:active.tableq-activator {
  border-style: inset;
}

.tableq-container {
  display: flex;
  flex-direction: row;
}

.tableq-input {
  border: 2px inset;
  flex: 1;
  font-family: monospace;
  margin: 0px;
}

.tableq-report {
  border: 2px inset;
  flex: 1;
  margin: 0px;
  overflow-x: scroll;
}

/*
.tableq-input.error {
  text-decoration: spelling-error;
}
*/
