<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media all and (max-width: 1000px) {
	.content .mobile_welcome{display:block;}
	.content .desktop_welcome{display:none;}
	.content .mobile_screen_message{display:block;}
	.content .desktop_screen_message{display:none;}
}

@media all and (min-width: 1001px) {
	.content .mobile_welcome{display:none;}
	.content .desktop_welcome{display:block;}
	.content .mobile_screen_message{display:none;}
	.content .desktop_screen_message{display:block;}
}

.login_links {
	width:225px;
	background-color:0050A2;
	border-radius:15px;
	padding:10px;
	color:FFFFFF;
	font-style:
	Calibri;
	font-size:12px;
	text-align:center;
}

a.link_FFFFFF, a.link_FFFFFF:link, a.link_FFFFFF:visited, a.link_FFFFFF:hover, a.link_FFFFFF:focus, a.link_FFFFFF:active {
	color:FFFFFF;
	text-decoration:none;
}

.welcome_text1 {
	color:EB1C2D;
	font-size:340px;
	text-align:center;
	font-weight:bold;
}

.welcome_text2 {
	color:EB1C2D;
	font-size:28px;
	text-align:center;
	font-weight:bold;
}

.welcome_text3 {
	color:EB1C2D;
	font-size:20px;
	text-align:center;
}

.desktop_screen_message {
	color:000000;
	font-size:20px;
	text-align:center;
}

.mobile_screen_message {
	color:000000;
	font-size:14px;
	text-align:center;
}

.login_text {
	color:EB1C2D;
	text-align:center;
	font-size:20px;
	width:150px;
}

.login_button {
	background-color: #0050A2;
	border-color:#FFFFFF;
	color: white;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
}

.close_button {
	background-color: #0050A2;
	border-color:#FFFFFF;
	color: white;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
}

#overlay_error {
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5); /* Black background with opacity */
	z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
}

#overlay_cellcode {
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5); /* Black background with opacity */
	z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
}

#overlay_text {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 25px;
	color: white;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.error_message {
	width:350px;
	background-color:0050A2;
	border-radius:15px;
	padding:30px;
	color:FFFFFF;
	font-style:Calibri;
	font-size:12px;
	text-align:center;
}

.poweredby {
	color:666666;
	font-size:16px;
	text-align:center;
	font-weight:bold;
}</pre></body></html>