a {
  text-decoration: none;
  color: #333;
}

#about {
  background: #666;
  font-size: 0.8em;
  margin-top: 0.8em;
  padding: 0.3em;
}

body {
  background: #333;
  font-family: "Century Gothic","Courier New", Courier, monospace;
  margin: 0.6em;
}

#controls {
  background: #333;
  left: 0;
  padding: 0.6em;
  position: fixed;
  top: 0;
}

.controls-button {
  background: #999;
  border: none;
  display: block;
  color:#333;
  float: left;
  padding: 0.3em;
}

#controls-placeholder {
  height: 1em;
  margin-bottom: 0.6em;
  padding: 0.4em;
}

.controls-button:hover {
  background: #eee;
}

.controls-button a {
  color: #333;
}

#status {
  background: #999;
  float: left;
  margin-left: 0.6em;
  padding: 0.3em;
}

#playlist {
  background: #999;
  clear: both;
  font-size: 0.7em;
  padding: 0.3em;
}

#playlist table {
  color:#333;
  border: none;
  border-collapse: collapse;
  height: 300px;
}

#playlist table td {
  padding: 0.3em;
}

.playlist-current td {
  color: #AC791A;
  background-color:#333;
}

.playlist-current td a {
  color: #DB3F0B;
}

.playlist-date {
  white-space: nowrap;
}

.playlist-item {
  color: #666;
}

.playlist-item a {
  color: #666;
}

.playlist-unplayed {
  color: #333;
}

.playlist-unplayed a {
  color: #333;
}

#rss-link img {
  border: 0;
  vertical-align: middle;
}
