<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav-mobile { display:none; }
.nav {
	background:#3f73eb;
	height:55px;
	margin-bottom:20px;
    border:0px solid #000;
}

.nav .inner {
	height:50px;
}
.nav ul {
	overflow:hidden;
	margin:0px;
	padding:17px 0 0 0;
	text-align:left;
	display:block;
}
.nav li {
	display:inline-block;
	box-sizing:border-box;
	/*border-left:1px solid #cbd8ef;*/
	height:20px;
	line-height:15px;
	text-align:center;
	padding:3px 7px;
	margin-bottom:10px;
	font-size:16.5px;
}
.nav li.curr a, .header .screen-ul li.curr a {
	color:#a1e2ff;
}
.nav li:nth-child(1) {
	border:none;
}
.nav li:nth-last-child(1) {
	/*border-right:1px solid #cbd8ef;*/
}
.nav li a {
	color:#fff;
	/*font-size:18px;*/
	
	width:100%;
	height:100%;
	display:block;
	transition:0.3s;
	/*font-family:"Lucida", serif;*/
}
.nav .logout-btn {
	position:absolute;
	top:15px;
	right:0px;
}
.nav li a:hover {
}</pre></body></html>