.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: 15px;
  display: inline-block;
  border: 1px solid #468db3;
  -webkit-box-shadow: 0 0 3px #468db3;
  -webkit-box-shadow: inset 0 0 3px #468db3;
  margin: 2px 0 1px 2px;
  color: #26262c;
  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;
}
.jkeyboard .jline ul li.uppercase {
  text-transform: uppercase;
}
.jkeyboard .jline ul li:hover, .jkeyboard .jline ul li.active {
  background-color: #8faab4;
  color: white;
}
.jkeyboard .jline .return {
  width: 120px;
}
.jkeyboard .jline .space {
  width: 456px;
}
.jkeyboard .jline .numeric_switch {
  width: 84px;
}
.jkeyboard .jline .layout_switch {
  background-color: black;
}
.jkeyboard .jline .shift {
  width: 100px;
  background-color: black;
}
.jkeyboard .jline .backspace {
  width: 69px;
  background-color: black;
}

.jkeyboard .jline .russian_custom_switch {
  width: 100px;
  background-color: white;
}

.jkeyboard .jline .arabian_switch {
  width: 100px;
  background-color: white;
}

.jkeyboard .jline .greek_custom_switch {
  width: 100px;
  background-color: white;
}

.jkeyboard .jline .jewish_custom_switch {
  width: 100px;
  background-color: white;
}

.jkeyboard .jline .custom_switch {
  width: 100px;
  background-color: white;
}


.keyboardContainer {
	
	z-index: 3;	
	display: none;
	background: white;
	width: 100%;
	padding-top:10px;
	border:solid 1px;
	border-radius: 20px;
	padding-bottom:20px;
}


.keyboardContainer2 {
	position: absolute;		
	z-index: 3;	
	display: none;
	background: white;
	width: 100%;

}
