<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar-custom {
	font-family: 'Roboto';
	font-size: 1.2em;
	background-color: #003F8F;
	border: 0;
}

#btn_logout {
	font-size: 1.1em;
	padding: 10px 15px;
	margin: 0;
	color: #fff;
}

.custom-nav-item a {
	color: #fff !important;
}

.navbar-inverse .navbar-nav&gt;.active&gt;a {
	background-color: #f0bd73 !important;
}

.navbar-custom .navbar-toggle-custom {
	border: 0px;
}

.navbar-custom .navbar-toggle-custom:FOCUS, .navbar-custom .navbar-toggle-custom:HOVER
	{
	background: #f0bd73;
	border: 0px;
}

.navbar-logo-custom img {
	height: 50px;
}
</pre></body></html>