[PopMessage] {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  user-select: none;
  pointer-events: none;
}

[CalculationResults] {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 900;
}