#redfrog-debug-panel-in-header {
  position: fixed;
  top: 0;
  left: 0;
  /* right: -400px; */
  max-width: 600px;
  max-height: 600px;
  overflow: auto;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 1000;
  white-space: pre-wrap;
  resize: both;
}

#redfrog-debug-panel {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 600px;
  max-height: 600px;
  overflow: auto;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 1000;
  white-space: pre-wrap;
  resize: both;
}

.redfrog-dev-auto-fill-button {
  background-color: #aaa308 !important;
}