/* Imported information */
.m9ls-sub {
	margin: 1 1 1 1;
	background: #efefef;
	width: 100%;
	font-size: 15px;
}

.m9ls-server {
	background: #effeef;
}

.m9ls-server-offline {
	background: #feefef;
}

.m9ls-sub-generator {
	text-align: right;
	font-size: 11px;
	color: gray;
}

/* IFrames */
iframe.m9ls-frame {
	width: 570;
	height: 700;
	overflow-x: hidden;
}

/* Icecast part */
div.m9ls-icecast {
	margin: 1px 10% 1px 10%;
	border: 1px gray solid;
	width: 80%;
	text-align: center;
}
table.m9ls-icecast {
	vertical-align: top;
	width: 100%;
}

tr.m9ls-icecast-stream {
	vertical-align: top;
}

td.m9ls-icecast-name {
	width: 20%;
}

td.m9ls-icecast-title {
	width: 65%;
}

td.m9ls-icecast-clients {
	width: 5%;
	padding-right: 3px;
}

td.m9ls-icecast-listen {
	width: 10%;
}

td.m9ls-person-name {
	width: 25%;
}

td.m9ls-person-rights {
	width: 25%;
}

td.m9ls-person-comment {
	width: 50%;
}

