.realtime-js-help {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  overflow: auto;
  color: white;
  -moz-box-sizing: border-box;
  padding: 4px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.realtime-js-help .js-suggestion {
  color: inherit;
  font-size: 10px;
  padding: 2px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  font-family: Menlo, Monaco, monospace;
}

.realtime-js-help .js-error {
  background: rgba(255, 0, 0, 0.5);
  color: white;
  -moz-box-sizing: border-box;
  padding: 4px;
  cursor: pointer;
}

.realtime-js-help a.js-suggestion:hover {
  background: white;
  color: black;
}

.js-help-highlight {
  background: rgba(0, 0, 0, 0.1);
}

.js-learn-more {
  color: inherit;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  text-decoration: none;
  -moz-box-sizing: border-box;
  padding: 4px;
}

.js-learn-more aside {
  font-size: 10px;
  color: lightgray;
}
