
/*#player {
  top: 16px;
  background-color: white;
  width: calc(100% - 32px);
  white-space: nowrap;
}*/

#player {
  background-color: white;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
}

#player-text {
  display: inline-block;
  vertical-align: middle;
  margin: 7px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 8px;
  overflow: hidden;
  white-space: nowrap;
}

#player img {
  height: 10px;
  margin-top: 9px;
  cursor: pointer;
}

#player #controls {
  position: absolute;
  right: 0px;
}

#controls {
  width: 65px;
}