.player {
  margin-bottom: 20px;
}

#wrapper {
  margin-top: 10px;
}

#list {
  clear: both; 
  padding: 1px 6px; 
  background: #eee; 
  color: #222; font-family: 
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15); 
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15);
  width: 425px;
  max-height: 150px;
  overflow: auto;

}
#list li {
  padding: 5px;
  margin: 2px 2px 0 0;
}

#list li:hover {
  background: white;
}

#list li.playing a {
  color: black;
  font-weight: bold;
  text-decoration: none;

}

#list li.playing a, #list li.playing a:active, #list li.playing a:hover, #list li.playing a:visited {
  color: black;
  font-weight: bold;
  text-decoration: none;

}


#list li a {
  color: black;
  text-decoration: none;
}

.currenttrack p {
  font-weight: bold;
}

.tracklist {
}
