#progressBarControl {
  width: 81vw;
}

#progressBar {
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  position: absolute;
  cursor: pointer;
  max-width: 81vw;
}

#progressBar::selection {
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  position: absolute;
}

.control {
  padding-left: 0.5%;
  padding-right: 0.5%;
  cursor: pointer;
}

#totalDuration {
  text-align: right;
}

tr {
  color: white;
}

#song0 {
  background-color: rgba(100, 100, 100, 0.5);
}

tr.songs {
  font-weight: 700;
  text-transform: uppercase;
  height: 100px;
}

td {
  cursor: pointer;
}

a.songs {
  text-decoration: none;
  color: white;
  cursor: crosshair;
}

tr.songs:hover {
  background-color: rgba(100, 100, 100, 0.5);
}

.playlist {
  overflow-y: scroll;
  width: 100%;
  height: 40vh;
}
