<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-image: url('../Images/login-background.png');
	background-size: 100% 100%;
	background-repeat:no-repeat;
}
.applogin {
	max-width: 300px;
	min-width: 260px;
	height: 400px;
	background-color: rgba(0,0,0,0.1);
	margin: 0 auto;
	margin-top: 160px;
	padding-top: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: inset -4px -4px rgba(0,0,0,0.5);
	font-family: cambria;
	font-weight: 400;
	font-size: 5mm;
	text-align: center;
	color: #ffffff;

}
.applogin img {
	width:80px;
	height: 80px;
	margin-top: -280px;
}
.applogin input[type=text] {
	width: 200px;
	height: 35px;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 15px;
	margin-top: 45px;
	padding-left: 7px;
} 
.applogin input[type=password] {
	width: 200px;
	height: 35px;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 15px;
	padding-left: 7px;
}
.applogin input[type=submit] {
	width: 150px;
	height: 45px;
	border: 0;
	border-radius: 5px;
	-webkit-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	margin-bottom: 15px;
	margin-top: 25px;
	background-color: skyblue;
	font-family: cambria;
	font-weight: 400;
	font-size: 4.5mm;
	cursor:pointer;

}
.radiostations {
	position:absolute;
	bottom:0px;
	right: 0px;
	width: 100%;
	height: 35px;
	}
.radiostations a {
	text-decoration: none;
	color: skyblue;
}
#tablestations {
	border: 3px #d2d2d2 solid;
	border-radius: 15px;
}
#tdstations2, #tdstations3, 
#tdstations4, #tdstations5, #tdstations6,
#tdstations7 {
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	text-align:center;
	border-radius: 10px;
}
#tdstations2:hover, #tdstations3:hover, 
#tdstations4:hover, #tdstations5:hover, #tdstations6:hover,
#tdstations7:hover {
	background-color: #dddddd;
}</pre></body></html>