element.style {
  min-height: 0px;
}

* {
  box-sizing: border-box;
}

/* #piano-keyboard {
  height: 8.5em;
  width: 70.5em;
  margin: 0.1em auto;
  padding: 0.2em 0 0 0.2em;
  position: relative;
  border: 1px solid #160801;
  border-radius: 0.2em;
  background: linear-gradient(
    to bottom right,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0)
  );
  background-color: #5d5348;
  box-shadow:
    0 0 50px rgba(0, 0, 0, 0.5) inset,
    0 1px rgba(212, 152, 125, 0.2) inset,
    0 5px 15px rgba(0, 0, 0, 0.5);
} */

#piano-keyboard > li {
  padding: 0;
  list-style: none;
  position: relative;
  float: left;
}

#piano-keyboard .white {
  height: 9.5em;
  width: 1.9em;
  z-index: 1;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-radius: 0 0 5px 5px;
  box-shadow:
    -1px 0 0 rgba(255, 255, 255, 0.8) inset,
    0 0 5px #ccc inset,
    0 0 3px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, #eee 0%, #fff 100%);
}

#piano-keyboard .white:active {
  border-top: 1px solid #777;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  box-shadow:
    2px 0 3px rgba(0, 0, 0, 0.1) inset,
    -5px 5px 20px rgba(0, 0, 0, 0.2) inset,
    0 0 3px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
}

.black {
  height: 5.5em;
  width: 1.75em;
  margin: 0 0 0 -0.75em;
  z-index: 2;
  border: 1px solid #000;
  border-radius: 0 0 3px 3px;
  box-shadow:
    -1px -1px 2px rgba(255, 255, 255, 0.2) inset,
    0 -5px 2px 3px rgba(0, 0, 0, 0.6) inset,
    0 2px 4px rgba(0, 0, 0, 0.5);
  background: linear-gradient(45deg, #222 0%, #555 100%);
}

.black:active {
  box-shadow:
    -1px -1px 2px rgba(255, 255, 255, 0.2) inset,
    0 -2px 2px 3px rgba(0, 0, 0, 0.6) inset,
    0 1px 2px rgba(0, 0, 0, 0.5);
  background: linear-gradient(to right, #444 0%, #222 100%);
}

.a,
.g,
.f,
.d,
.c {
  margin: 0 0 0 -1em;
}

#piano-keyboard li:first-child {
  border-radius: 5px 0 5px 5px;
}

#piano-keyboard li:last-child {
  border-radius: 0 5px 5px 5px;
}
.jss10 {
  /* width: 91%; */
  margin: 8px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  border-radius: 8px;
  background-color: #dfe0e4;
}
.piano_note_text {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
