html, body, * {
  margin: 0;
  padding: 0;

  font-style: normal;
  font-family: monospace;
  font-size: 12px;
  line-height: 16px;
}

input {
  font-style: normal;
  font-family: monospace;
  font-size: 12px;
  line-height: 16px;
}

body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.vimvixen-console {
  bottom: 0;
  margin: 0;
  padding: 0;
}