.keyboard {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 180px;
  z-index: 1;
  background: #D6D6D6;
  overflow: auto;
  border-top: 1px solid #D6D6D6;
  white-space: nowrap;
  text-align: center;
}
.settings_open .keyboard {
  left: 270px;
}
.keyboard .key_wrapper {
  position: relative;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.keyboard .key.labeled:before {
  content: attr(data-note);
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.keyboard .key.blank {
  background: white;
  border-radius: 0;
  margin: 0;
  width: 51.4285714286px;
  height: calc(100% - 10px);
}
.keyboard .key.black {
  position: absolute;
  width: 45px;
  left: 0;
  top: 0;
  margin-left: -22.5px;
  border-radius: 0 0 8px 8px;
  bottom: 50%;
  background: #333;
  z-index: 3;
  box-shadow: inset 0 -15px 0 rgba(0, 0, 0, 0.3), inset 0 -17px 0 rgba(255, 255, 255, 0.07);
}
.keyboard .key.black:hover {
  background: #404040;
}
.keyboard .key.black:active, .keyboard .key.black.active, .keyboard .key.black.held {
  background: #2b2b2b;
  box-shadow: inset 0 -10px 0 rgba(0, 0, 0, 0.3), inset 0 -12px 0 rgba(255, 255, 255, 0.07);
}
.keyboard .key.white {
  background: white;
  width: 51.4285714286px;
  height: calc(100% - 10px);
  margin: 0 1px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 0 0 2px #999, inset 0 -15px 0 rgba(0, 0, 0, 0.1), inset 0 5px 10px -5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.keyboard .key.white:hover {
  background: #f3f3f3;
}
.keyboard .key.white:active, .keyboard .key.white.active, .keyboard .key.white.held {
  background: #e6e6e6;
  box-shadow: 0 0 0 2px #999, inset 0 -10px 0 rgba(0, 0, 0, 0.1), inset 0 5px 10px -5px rgba(0, 0, 0, 0.2);
}
.keyboard .key.midc {
  background: #C4E4FC;
}
.keyboard .key.midc:hover {
  background: #93CEFA;
}
.keyboard .key.midc:active, .keyboard .key.midc.active, .keyboard .key.midc.held {
  background: #62b8f8;
  box-shadow: 0 0 0 2px #999, inset 0 -10px 0 rgba(0, 0, 0, 0.1), inset 0 5px 10px -5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1100px) {
  .keyboard {
    height: 180px;
  }
}
@media (max-width: 800px) {
  .keyboard {
    height: 180px;
  }
}

/*# sourceMappingURL=keyboard.css.map */
