<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#nav  {
	background: #e63f2e;
	background: -moz-linear-gradient(top, #e63f2e 0%, #e43422 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e63f2e), color-stop(100%,#e43422));
	background: -webkit-linear-gradient(top, #e63f2e 0%,#e43422 100%);
	background: -o-linear-gradient(top, #e63f2e 0%,#e43422 100%);
	background: -ms-linear-gradient(top, #e63f2e 0%,#e43422 100%);
	background: linear-gradient(to bottom, #e63f2e 0%,#e43422 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e63f2e', endColorstr='#e43422',GradientType=0 );
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}

.light, 
.light &gt; li.showhide{ 
	background: #e63f2e!important;
	background: -moz-linear-gradient(top, #e63f2e 0%, #e43422 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e63f2e), color-stop(100%,#e43422))!important;
	background: -webkit-linear-gradient(top, #e63f2e 0%,#e43422 100%)!important;
	background: -o-linear-gradient(top, #e63f2e 0%,#e43422 100%)!important;
	background: -ms-linear-gradient(top, #e63f2e 0%,#e43422 100%)!important;
	background: linear-gradient(to bottom, #e63f2e 0%,#e43422 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e63f2e', endColorstr='#e43422',GradientType=0 )!important; 
	color: #fff!important;
}

#logo  {
    margin-left:1rem;
    }



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