.wolf-jplayer-playlist {
	box-sizing: border-box;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background: rgba(0, 0, 0, 0.2); /* prevents bg color from leaking outside the border */
	opacity: 1;
	box-shadow: 0 1px 6px #3a3a3a, inset 2px 2px 16px black;
}

.wolf-jplayer-playlist .jp-controls a {
	color: rgba(255, 255, 255, 0.39) !important;
}