#list {
  margin:3px;
  margin-top:10px;
  padding:4px;
  list-style-type: none;
  width:400px;
}

#list li {
  margin:4px;
  
  padding:2px;
  border:1px solid #888;
  cursor:move;
}

.included {
  margin:4px;
  background-color: #eee;
  padding:2px;
  border:1px solid #888;
  cursor:move;
}

.trackHeader {
  border-style: dashed;
  border-bottom-width: 10px;
  border-color: #eee;
}
.trackFooter {
  border-style: solid;
  background-color: #eee;
  border-color: #eee;
}

.add {
  cursor:pointer;
}

.podcast_tags {
  font-size: 0.85em;
  width: 300px;
  background-color: #eee;
  padding:4px;  
  
}

.small_desc {
  font-size: 0.85em;
  
}

