:root {
  --mdc-theme-primary: #1F3368;
}

.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;
}

.undock-select-width-class {
  width: 210px;
}

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

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

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