.jkeyboard {
  display: inline-block;
}
.jkeyboard, .jkeyboard .jline, .jkeyboard .jline ul {
  display: block;
  margin: 0;
  padding: 0;
}
.jkeyboard .jline {
  text-align: center;
  /*margin-left: -14px;*/
}
.jkeyboard .jline ul li {
  font-size: 20px;
  display: inline-block;
  margin: 2px;
  color: #000;
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  text-align: center;
  line-height: 42px;
  overflow: hidden;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  background: #fff;
  border: 1px solid #f9f9f9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-color: #e5e5e5;
  cursor: pointer;
}
.jkeyboard .jline ul li.uppercase {
  text-transform: uppercase;
}
.jkeyboard .jline ul li:hover, .jkeyboard .jline ul li:active {
  background-color: #FFD488;
  border-color: #FFAE6E;
}
.jkeyboard .jline .return {
  width: 100px;
}
.jkeyboard .jline .space {
  width: 350px;
}
.jkeyboard .jline .numeric_switch {
  width: 84px;
}
.jkeyboard .jline .layout_switch {
  background: url("/keyboard/assets/locale.png") no-repeat center right;
  background-color: #E6FFD8;
  border-color: #6FDA54;
}
.jkeyboard .jline .shift {
  width: 100px;
  background: url("/keyboard/assets/shift.png") no-repeat center center;
  background-color: #E6FFD8;
  border-color: #6FDA54;
}
.jkeyboard .jline .backspace {
  width: 69px;
  background: url("/keyboard/assets/backspace.png") no-repeat center center;
  background-color: #E6FFD8;
  border-color: #6FDA54;
}

.keyboard-content {
  display: inline-block;
  background: #eee;
  padding: 10px 15px 15px;
}

.keyboard-wrapper {
  width: 100%;
  position: fixed;
  bottom: 0;
  text-align: center;
  display: none;
}
