body
{
	color: #00cc00;
	background-color: #050505;
	font-family: monospace, sans-serif;
	font-size: 10pt;
	cursor: default;
}

h1
{
	padding: 2px;
	padding-left: 44px;
	background-image: url('/images/logo.svg');
	background-size: 32px 32px;
	background-position: 4px center;
	background-repeat: no-repeat;
	background-color: #333;
}

div.channel
{
	display: inline-block;
	border: solid 1px #004400;
	padding: .5em;
	width: 600px;
	max-width: 97%;
	margin: .25em;
	height: 10em;
	overflow: hidden;
	background-color: #111;
	position: relative;
}
div.channel:hover
{
	background-color: rgba(0,255,0,0.1);
}

div.channel div.title
{
	font-weight: bold;
	background-color: #222;
	padding: 4px 0px;
	margin-bottom: 4px;
}

div.channel div.description:before
{
	content: 'Description: ';
}

div.channel div.track:before
{
	content: 'Now playing: ';
}

div.channel div.listeners:before
{
	content: 'Listeners: ';
}

div.channel div.listen_url:before
{
	content: 'Listen URL: ';
}

div.channel span.button
{
	display: inline-block;
	width: 32px; height: 32px;
	font-size: 20pt;
	text-align: center;
	cursor: pointer;
	border-radius: 1em;
	margin-right: 5px;
}
div.channel div.controls
{
	position: absolute;
	right: 5px;
	top: 5px;
}

div.channel span.playbutton
{
	background-color: #093;
	color: #fff;
}
div.channel span.stopbutton
{
	background-color: #903;
	color: #fff;
	display: none;
}
