.card-internals { 
  height: 300px; 
  justify-content: space-between; 
  display: flex; 
  flex-direction: column; 
}

.card-internals-chart { 
  height: 500px; 
  justify-content: space-between; 
  display: flex; 
  flex-direction: column; 
}

.card-content {
  padding: 8px;
}

.chart-content {
  padding: 8px;
  max-height: 350px;
}

.session-select-width-class {
  width: 400px;
}

.event-select-width-class {
  width: 400px;
}

.threshold-select-width-class {
  width: 200px;
}

.chart-canvas {
  width: 50px;
  max-height: 350px;
}