#playlist {
	width: 95%;
	margin: auto;
}

.song {
	width: 100%;
	background-color: #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.song.playing {
	border-top: #000;
	background-color: #ff9;
}

.seekbar {
	background: #afa;
	border: 1px solid #9f9;
	height: 20px;
	width: 0%;
	cursor: pointer;
}

.position {
	left:0;
	position: relative;
	width: 1px;
	height: 20px;
	border-left: 1px solid #8f8;
	border-right: 1px solid #3f3;
}

.song h3 {
	margin: 0;
}

.controls {
	float: right;
	width: 15%;
}
