/*
 * Inline Player Style
 */
#player-container {
  height: 39px;
  position: relative;
}
#popup-player-logo {
  position: absolute;
  left: 0px;
  top: 5px;
}
#popup_container {
  position: absolute;
  left: 55px;
  top: 0px;
  width: 150px;
}
div.popup-container a:link,
div.popup-container a:visited,
div.popup-container a:hover,
div.popup-container a:active {
  text-decoration: none;
  font-size: 1.5em;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
/*
 * Current Playlist Styles
 */
#status-container {
  height:39px;
  width:440px;
}
p.now-playing {
  white-space:nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
  width:440px;
  height: 20px;
  margin-top:7px;
  padding-top:3px;
  margin-bottom:7px;
  color:#fff;
  font-size:1.5em;
  font-weight:bold;
  font-family:Helvetica, Arial, sans-serif;
  text-decoration:none;
}
p.now-playing a:link,
p.now-playing a:visited,
p.now-playing a:hover,
p.now-playing a:active {
  text-decoration:none;
  color:#fff;
}
p.dj-name {
  white-space:nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
  width:440px;
  height:13px;
  margin-top:0px;
  font-size:1.0em;
  font-weight:bold;
  font-family:Helvetica, Arial, sans-serif;
  color:#fff;
  text-decoration:none;
}
p.dj-name a:link,
p.dj-name a:visited,
p.dj-name a:hover,
p.dj-name a:active {
  color:#fff;
  text-decoration:none;
}
