.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 {
  background-color: #a29061;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin: 10px 0 1px 14px;
  color: #FFF;
  border-radius: 5px;
  width: 52px;
  height: 52px;
  box-sizing: border-box;
  text-align: center;
  line-height: 52px;
  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;
}
.jkeyboard .jline ul li.uppercase {
  text-transform: uppercase;
}
.jkeyboard .jline ul li:hover, .jkeyboard .jline ul li.active {
  background-color: #806e46;
}
.jkeyboard .jline .return {
  width: 120px;
}
.jkeyboard .jline .space {
  width: 190px;
}
.jkeyboard .jline .numeric_switch {
  width: 84px;
}
.jkeyboard .jline .layout_switch {
  background: #a29061 url("../assets/locale.png?v=4") no-repeat center center;
  background-size: auto 60%;
}
.jkeyboard .jline .shift {
  width: 100px;
  background: #a29061 url("../assets/shift.png?v=2") no-repeat center center;
  background-size: auto 60%;
}
.jkeyboard .jline .backspace {
  width: 69px;
  background: #a29061 url("../assets/backspace.png?v=2") no-repeat center center;
  background-size: auto 60%;
}
