/* @override http://thedilettantes.net/wp-content/plugins/dilettante-media-manager/playlist.css?ver=2.8.6 */

/*----------- JS PLAYLIST ------------------*/
.jw_playlist_playlist {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
	float:left;
	width: 380px;
	height: 310px;
	overflow-y: auto;
	overflow-x: hidden;
	color: #fff;
	background-color: #000;
	float: right;
}

.jw_playlist_image {
	width: 75px;
	height: auto;
}

.jw_playlist_image_div {
	border: 1px solid #ccc;
	padding: 0 5px;
	margin: 0 5px;
	float:left;
	background-color: #000;
}

.jw_playlist_item {
  height: 50px;
	padding:10px 20px;
	border: 0px none;
}

.clear {
	clear:both;
	height: 0;
}

.jw_playlist_title {
	font-weight: bold;
	line-height: 15px;
}

.jw_playlist_description {
  font-size: 11px;
}

.jw_playlist_playlist .even {
	background-color: #222;
}

.jw_playlist_playlist .odd {
	background-color: #111;
}

.jw_playlist_playlist .playing {
	background-color:#555;
}

.jw_playlist_item:hover {
  background-color: #666;
  cursor: pointer;
}

.album_cover_art{
  display: table-cell;
  vertical-align: middle;
  width: 310px;
  height: 310px;
  text-align: center;
  background-color: 000;
  padding: 0px;
}

.album_cover_art img{
  max-width: 307px;
  max-height: 307px;
}

.wpjp-embed-code{
  background-color: #000;
}