<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	font-family: Arial;
	font-size: 13px;
}

body {
	width: 98%;
	background-color: #054078;
}

a {
	color: #6187B3;
}

audio::-webkit-media-controls-time-remaining-display {
	display: none;
}

a:hover {
	color: #9CB4CE;
	text-decoration: none;
}

input, select {
	background: #fff;
	border: 1px solid #DEE5ED;
	font-size: 14px;
	border-radius: 3px;
	color: #383838;
}

input { width: 200px; }

#container {
	width: 590px;
	border: 1px solid black; 
	margin: auto; 
	background: url('img/logo.png') no-repeat; 
	background-position: top;
	border-radius: 12px;
	padding-top: 190px; 
	padding-bottom: 10px;
	background-color: #FAFCFD;
	position: relative;
}

#stream_title {
	text-align: center;
	font-size: 16px;
	margin-bottom: 3px;
	padding-bottom: 5px;
	height: 20px;
}

#left_side {
	float: left;
	margin-left: 15px;
	margin-right: 5px;
	width: 360px;
	text-align: center;
}

#time_container { border: 1px solid #E8E8E8; border-radius: 3px; height: 32px; background-color: #F1F5F9; width: 368px; margin: 0 auto 12px auto; padding: 5px; }
		
#time, #plan_alarm { float: left; margin: 0 10px 0 0; background: url('img/time32.png') no-repeat left top; padding: 9px 12px 2px 38px; border-right: 1px solid #E8E8E8; height: 23px; } 

#plan_alarm { background: url('img/bell32.png') no-repeat left; border: 0; margin-right: 0; margin-left: 5px; cursor: pointer; }

#plan_alarm:hover { background-color: #F4F9FF; }

#time {
	font-size: 12px;
	margin: 0 0 10px 3px;
	text-align: center;
	color: #333333;
}

#info {
	margin: 10px 2px;
	height: 35px;
	font-weight: bold;
}

#current_song {
	font-weight: normal;
}

#right_side {
	float: left;
}

#channel_choose {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

#channel_change {
	border: 1px solid #6187B3;
	padding:5px; 
}

#news_container {
	margin: 2px 10px;
}

#footer {
	width: 100%;
	text-align: center;
	
}

.hidden {
	display: none;
}

.cb {
	clear: both;
}
	
.row {
	margin-bottom: 2px;
}

.grid {
	width: 120px; float: left;
}

.unvisible {
	visibility: hidden;
}

.dialog {
	padding: 15px;
	border: 1px solid #E8E8E8; 
	border-radius: 3px; 
	background-color: #F4F7F9; 
	width: 500px;
	color: #404066;
	position: absolute;
	top: 192px;
	left: 30px;
	display: none;
	z-index: 1;
}

.dialog .image {
	float: left;
	margin-right: 20px;
}

.dialog .title {
	font-weight: bold;
	border-bottom: 1px solid #DEE5ED;
	padding-bottom: 2px;
	margin-bottom: 7px;
	float: left; 
	width: 350px;
}

.dialog .submit {
	margin-top: 14px;
	text-align: center;
}

.dialog .submit button {
	background: #FAFCFD;
	border: 1px solid #DEE5ED;
	font-size: 14px;
	border-radius: 3px;
	color: #666666;
}

.dialog .submit button:hover {
	background: #fff;
	color: #000;
}</pre></body></html>