.simple-keyboard-input {
    border: 0;
}

.simple-keyboard {
  max-width: 1200px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
}

.simple-keyboard-wrapper {
  width: 1208px;
  padding-top: 25px;
  border: 0;
  background: white;
  border-radius: 10px;
  display: block;
  position: fixed;
}

.simple-keyboard-hidden {
  display: none;
}

.simple-keyboard-shown {
  display: block;
}

/* Override the button height for simple-keyboard. */
.hg-theme-default .hg-button {
  height: 60px;
  font-size: 30px;
}
