.debug {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: white;
  border-top: 2px solid gray;
  padding: 8px 16px;
}

.debug_banner {
  position: fixed;
  top: 0;
  background-color: red;
  color: white;
  padding: 4px 8px;
  z-index: 50;
}
