/* * { */
/*   border-style: solid; */
/* } */

#div_allsongs {
}

* {
  font-size: 22px;
}

input[type="checkbox"] {
    width: 2.6em;
    height: 2.6em;
}
button {
    width: 3.2em;
    height: 3.2em;
    font-size: 18px;
}

#tbl_allparts {
}

.mediabutton {
}

.volume_slider {
  width: 80px !important;
}

.speed_slider {
  width: 330px !important;
  accent-color: rgb(104, 238, 104);
  progress::-moz-progress-bar { background: green; }
  progress::-webkit-progress-value { background: green; }
  progress { color: green; }
}

.music_progress {
  height: 20px;
  width: 13em;
}

.music_open {
  width: 2.2em;
  height: 2.2em;
}

table {
  border-collapse: collapse;
}

table table {
  display: inline-block;
  padding: 4px 0 0 0;
}

/* zebra-stripes */
#tbl_allparts tr:nth-child(even) {
  background-color: #f2f2f2;
}

#tbl_allparts table tr:nth-child(even) {
  background-color: transparent;
}

input[type=range][orient=vertical] {
    writing-mode: vertical-lr;
    direction: rtl;
    width: 16px;
    vertical-align: bottom;
}
