.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-family: arial, sans-serif;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 3px #A9A9A9;
  -webkit-box-shadow: inset 0 0 3px #A9A9A9;
  /*margin: 0px 0 1px 0px;*/
  margin: -4px 0 1px 1px;
  color: #f7faf7;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  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;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b4b4b+0,222222+100 */
  background: #4b4b4b; /* Old browsers */
  background: -moz-linear-gradient(top,  #4b4b4b 0%, #222222 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #4b4b4b 0%,#222222 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #4b4b4b 0%,#222222 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#222222',GradientType=0 ); /* IE6-9 */



}
.jkeyboard .jline ul li.uppercase {
  text-transform: uppercase;
}
.jkeyboard .jline ul li:hover, .jkeyboard .jline ul li.active {
  background: #4b4b4b;
  background: -moz-radial-gradient(center, ellipse cover,  #4b4b4b 0%, #222222 100%);
  background: -webkit-radial-gradient(center, ellipse cover,  #4b4b4b 0%,#222222 100%);
  background: radial-gradient(ellipse at center,  #4b4b4b 0%,#222222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#222222',GradientType=1 );


}
.jkeyboard .jline .return {
  width: 60px;
}
.jkeyboard .jline .space {
  width: 256px;
}
.jkeyboard .jline .numeric_switch {
  width: 84px;
  /*background: url("../assets/shift.png") no-repeat center center;*/
  background-color: #363636;
}
.jkeyboard .jline .layout_switch {
  /*background: url("../assets/locale.png") no-repeat center right;*/
  background-color: #363636;
}
.jkeyboard .jline .shift {
  width: 110px;
  /*background: url("../assets/shift.png") no-repeat center center;*/
  background-color: #363636;
}
.jkeyboard .jline .symbol_switch {
  width: 80px;
  /*background: url("../assets/shift.png") no-repeat center center;*/
  background-color: #363636;
}
.jkeyboard .jline .character_switch {
  width: 80px;
  /*background: url("../assets/shift.png") no-repeat center center;*/
  background-color: #363636;
}
.jkeyboard .jline .backspace {
  width: 70px;
  /*background: url("../assets/backspace.png") no-repeat center center;*/
  background-color: #363636;
}
.jkeyboard .jline .caps_look , .jkeyboard .jline .caps_look2 {
  width: 70px;
}

.jkeyboard .jline .empty {
        opacity: 0;
        cursor: default;
        width: 48px;
}
