body {
  background-color: #f5f5f5;
  margin: 20px;
  font-family: Arial, sans-serif;
}

.container {
  justify-content: space-between;
  gap: 20px;
  display: flex;
}

.table-wrapper, .canvas-wrapper {
  flex: 1;
}

.table-responsive {
  margin-bottom: 20px;
}

canvas {
  background-color: #fff;
  border: 1px solid #ccc;
}

table {
  background: #fff;
}

select.form-select {
  width: auto;
  margin-bottom: 10px;
  display: inline-block;
}
/*# sourceMappingURL=FSM-Simulator.f41815b5.css.map */
