@charset "utf-8";

html,
body {
	padding: 0;
	margin: 0;
	background-color: black;
}

.widget #player_widget ul li {
	margin-bottom: 0;
}
#player_widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-image: url(bg.jpg);
}

#player_widget .clear {
	clear: both;
}

#player_popup {
	position: absolute;
	top: 2px;
	right: 3px;
}

#player-channels ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#player-channels li {
	float: left;
	width: 25%;
}


#chaninfo {
	position: relative;
	height: 88px;
}
#chaninfo>div {
	display: inline-block;
	vertical-align: top;
}
@media only screen and (max-width: 299px) {
	#chaninfo-cover {
		display: none !important;
	}
	#playinfo-info {
		padding-left: 14px !important;
	}
}
#chaninfo-cover img {
	width: 88px;
	height: 88px;
}
#playinfo-info {
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 102px;
	padding-right: 89px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
#playinfo-info div {
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#playinfo-now {
	font-size: 11px;
	font-weight: bold;
	color: #ffe300;
}
#playinfo-artist {
	font-size: 14px;
	font-weight: bold;
}
#playinfo-title,
#playinfo-desc {
	font-size: 11px;
}

#player-play {
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 20px;
	padding-top: 19px;
}
#player-play img {
	vertical-align: middle;
}


#player-playlist {
	margin: 0 16px;
}
#player-playlist>ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#player-playlist>ul>li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#player-playlist>ul>li {
	border-bottom: 2px solid #484848;
}
#player-playlist>ul>li:hover {
	background: transparent;
}
#player-playlist span {
	line-height: 2.6;
}
#player-playlist .time {
	display: inline-block;
	color: #ffe300;
	width: 36px;
	margin-left: 4px;
}

#player_widget .player-title {
	color: #ffe300;
	font-size: 9px;
	font-weight: bold;
	padding: 8px 10px;
}