<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#authBox {
	
	display:none;
	position:absolute;
	width:40%;
	border-top:none;
	border-radius:0px 0px 15px 15px;
	font-family:Segoe, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight:bold;
	background:url('/img/authBack.png') #03a299;
	background-repeat:repeat-x;
	color:white;
	z-index:300;
	
}

#authBox td {
	
	height:35px;
	text-align:center;
	
}

.pwResetBox {
	
	position:fixed;
	padding:35px 25px 35px 25px;
	text-align:center;
	width:40%;
	min-width:350px;
	border-radius: 6px;
	border:none;
	box-shadow:0px 0px 15px black;
	font-family:Segoe, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight:bold;
	background:url('/img/authBack.png') #03a299;
	background-repeat:repeat-x;
	color:white;
	z-index:800;
	
}

.loggedInButton {
	
	color:yellow;
	text-decoration:underline;
		
}

.loggedInButton:hover {
	
	color:white;
	
}

#loginButton,#loginButton_float {
	
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	line-height:40px;
	width:90px;
	text-decoration:underline;
	text-align:center;
	cursor:pointer;
	font-size:.9rem;
	background:#026862;
	color:white;
	font-weight:bold;
	font-family:Segoe, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-family: 'RocknRoll One';
		
}

#loginButton:hover {
	
	color:yellow;
	
}

@media screen and (max-width: 850px) { /* Ipad when in portrait mode settings */

	#loginButton,#loginButton_float {

		font-size: .7rem;
		width: 65px;

	}

	#authBox {
		
		width:65%;
		
	}

}

@media screen and (max-width: 480px) { /* mobile phone view */

	#authBox {
		
		width:100%;
		
	}

}




</pre></body></html>