 /* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 100;
  top: 5%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.plays {
  visibility: hidden;
  position: fixed;
  bottom: 0%;
  left: 50%;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  width: 280px;
  margin-left: -5px;
  border-width: 5px;
  z-index: 80;
  margin-left: calc(-280px / 2);
}

#footer,#footerSongs,#top  {
  color: #fff;
  text-decoration: none;
}

.top {
  visibility: visible;
  position: fixed;
  top: 0%;
  left: 50%;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  width: 100px;
  margin-left: -5px;
  border-width: 5px;
  z-index: 100;
  margin-left: calc(-100px / 2);
}

.dlgtop {
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 50%;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  width: 300px;
  margin-left: -5px;
  border-width: 5px;
  z-index: 100;
  margin-left: calc(-300px / 2);
}

.footer {
  visibility: visible;
  position: fixed;
  bottom: 0%;
  left: 100%;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  width: 55px;
  border-width: 5px;
  z-index: 90;
  margin-left: calc(-55px - 5px - 6px);
}

.dlgfooter {
  visibility: hidden;
  position: fixed;
  bottom: 27px;
  left: 100%;
  background-color: #555;
  color: #fff;
  text-align: center;
  font-size: small;
  padding: 5px 0;
  border-radius: 6px;
  width: 110px;
  margin-right: 5px;
  /*margin-left: -5px;*/
  border-width: 5px;
  z-index: 110;
  margin-left: calc(-110px - 5px - 6px);
}

nav ul {
  height: 190px;
  /*width:18%;*/
  overflow: hidden;
  overflow-y: scroll;
}

#dlgfooterSongsList {
  list-style-type: none;
  text-align: left;
  margin-left: -30px;
}

.song {
  color: #fff;
  text-decoration: none;
}

.footerSongs {
  visibility: visible;
  position: fixed;
  bottom: 0%;
  left: 0%;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  width: 55px;
  border-width: 5px;
  z-index: 91;
  margin-left: calc(5px + 6px);
}

.dlgfooterSongs{
  visibility: hidden;
  position: fixed;
  bottom: 27px;
  left: 0%;
  background-color: #555;
  color: #fff;
  text-align: center;
  font-size: small;
  padding: 5px 0;
  border-radius: 6px;
  width: 220px;
  margin-right: 5px;
  /*margin-left: -5px;*/
  border-width: 5px;
  z-index: 110;
  margin-left: calc(20px / 2);
}
