@import url('https://fonts.googleapis.com/css2?family=Consolas&display=swap');

*:not(b) {
  font-weight: inherit;
  font-family: 'Consolas';
  font-size: 98%;
}

p {
  margin: 0;
}

.title {
  top: 0;
  color: #0C0C0C;
  background: #C8C8C8;
  padding: 0px 16px !important;
  width: calc(100% - 32px) !important;
}

.misc {
  bottom: 0;
  flex-flow: column;
}

.x {
  display: none;
  opacity: 0;
}

@media screen and (min-width: 1560px) {
  .x {
    display: inline-block;
    opacity: 1;
  }
}

.row {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
  text-overflow: clip;
  word-wrap: normal;
}

.row p {
  min-width: 10em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.key {
  background: #C8C8C8;
  color: #0C0C0C;
}

.key:before {
  content: "^";
}

.m:before {
  content: "M-";
}

.title, .misc {
  position: absolute;
  left: 0;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

body {
  margin: 1px;
  margin-top: 16px;
  background: #0c0c0c;
  color: #ddd;
  font-family: 'Consolas';
}

.info {
  white-space: pre;
}

.g {
  color: lime;
}

.b {
  color: dodgerblue;
}