body {
  padding-top: 2rem;
}

.form-group {
  margin-bottom: 1rem;
}

#waveformChart {
  height: 300px;
}

#magnitudePlot {
  height: 300px;
}

#phasePlot {
  height: 300px;
}

#nyquistPlot {
  height: 300px;
}

.canvas-container {
  width: 100%;
  max-height: 500px;
  position: relative;
}
