* { box-sizing: border-box; }

#ipad {
  width: 430px;
  height: 657px;
  position: absolute;
  top: 100%;
  margin-top: -753px;
  left: 10px;
  background-image: url(ipad.png);
  z-index: 500;
}
#logo {
  width: 308px;
  height: 70px;
  background-image: url(../img/logo-white.png);
  background-size: 308px 70px;
  position: absolute;
  top: 100%;
  left: 30px;
  margin-top: -90px;
  z-index: 500;
  opacity: .25;
}
#keyboard-main {
  position: fixed;
  left: 0;
  height: 233px;
  width: 100%;
  bottom: 0;
  background: #1f1f1f;
  padding: 5px 0 6px 6px;
  padding-left: 370px;
  z-index: 300;
}
#keyboard-symbols {
  position: fixed;
  left: 0;
  height: 90px;
  width: 370px;
  bottom: 0;
  vertical-align: bottom;
  z-index: 300;
}


#keyboard-main {
  padding: 5px 0 6px 370px;
}

.keyboard table {
  width: 100%;
  height: 45px;
  border-spacing: 6px 3px;
  border-collapse: collapse;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: default;
  font-family: 'Source Code Pro', sans-serif;
  font-size: 14px;
  border-top: 1px solid #444;
  margin: 0;
  margin-top: -6px;
  margin-bottom: 6px;
  border-left: 1px solid #444;
}
.keyboard-key {
  text-align: center;
  border-radius: 0;
  box-shadow: none;
  border-right: 1px solid #444;
  background-color: none;
  cursor: default;
  color: white;
}
.keyboard-key:active {
  position: relative;
  background-color: rgba(255,255,255,.2);
  box-shadow: 0px 0px 6px 6px green;
}
.keyboard-letter {
  font-size: 17px;
}
.keyboard-control-key {
  font-family: Montserrat, sans-serif;
}
.keyboard span {
  display: inline-block;
  width: 20px;
}
