<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-list
{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc
}
.banner-list a
{
	text-decoration:none;
	color:#000;
}
.nav-active{
	background-color:#fff;
	color:green;}
	.nav-active a{
	color:#5bae52 !important;}
	a
	{
		text-decoration:none !important;
	}
	.white
	{
		color:#fff;
	}
	.xs-center
	{
		text-align:center;
	}
	.white
	{
		color:#fff;
	}
	.navbar-inverse
	{
		background-color: #004DB3;
		border-color: #fff;
	}
@media (min-width:992px) {
	
.min300
{
	min-height:300px;
}
.min700
{
	min-height:700px;
}

.div-ht
{
	min-height:300px;
}
.img-res1
	{
		width:100%;
	}
}
@media (max-width:991px)
{
	.navbar-inverse .navbar-nav &gt; li
	{
		text-align:center;
		font-size:18px;
	}
	.img-res1
	{
		width:100%;
	}
}</pre></body></html>