body {
	/*background: none;*/
}
.player {
	background: rgba(20, 20, 30, 0.9);
	border-radius: 14px;
	padding: 12px;
	max-width: 600px;
}
.live {
	height: 20px;
}
.song-title-container {
	margin: 8px 0 4px;
}
.song-title {
	font-size: 1.1rem;
}
.dj {
	margin-left: 3px;
}
.listeners {
	font-size: 0.85rem;
	margin: 8px 0 12px;
}
.status {
	font-size: 0.7rem;
	color: #777;
	text-align: center;
	margin-top: 8px;
}
.cover-art, .player-header { display:none }