.playlists-player {
	background: #000;
	color: #fff;
	padding: 4px 0px 0px 0px;
}
.playlists-iframe {
	height: 450px !important;
	background: #000;
	margin-bottom: 4px;
}
.playlists-iframe iframe {
  width: 100% !imporant;
  height: 100% !imporant;
}
.playlists-items {
	position: relative;
}
.playlists-items ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 0;
}
.playlists-items li {
	display: none !important;
	width: 100%;
	font-size: 14px;
	display: block;
	border: 1px solid #898989;
	padding: 5px;
	cursor: pointer;
	text-align: left;
}
.playlists-items li.visible {
	display: block !important;
}
.playlists-items li:hover {
	background: #444444;
	cursor: pointer;	
}
.playlists-items li.active {
	color: #f2f6f8;
	background-color: #2f4e6d;
}

.playlists-remember {
	padding: 10px 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
    background-color: #1e272e;
    margin: 10px 0px;
    font-size: 16px;
    padding: 15px 10px;
}
.playlists-remember span {
	color: #4d83b8;
	font-weight: bold;
	cursor: pointer;
}
.playlists-remember span:hover {
	border-bottom: 1px dashed #93b4d5;
}

/* end */
