@charset "utf-8";

body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

#playerall {
  width: 770px;
  height: 50px;
  background-color: #000;
  margin: 0 auto;
}

#playercontent {
  position: relative;
  width: 770px;
  height: 50px;
}

/* Banner Superior */
#nav {
  height: 50px;
  width: 770px;
  padding: 0;
  margin: 0;
  background-color: #000;
  overflow: hidden;
  position: relative;
}

#currentSong {
  width: 770px;
  height: 50px;
  line-height: 50px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}


#scrollText {
  display: inline-block;
  white-space: nowrap;
  font-size: 28px;
  font-weight: bold;
  color: #00FF00;
  position: absolute;
  top: 0;
  left: 0;

  opacity: 0;
  transform: translateX(770px);
  will-change: transform, opacity;
}
