<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px)
{
	#fixedNavBar ul.nav.navbar-nav.pull-right
	{
		margin: 0 auto;
		width: 100%;
	}
}

body.sm #fixedNavBar &gt; .container
{
	padding: 0;
}

body.sm #fixedNavBar .nav &gt; li &gt; a
{
	padding-left: 10px;
	padding-right: 10px;
}

body.xs #fixedNavBar .navbar-header h3
{
	font-size: 16px;
}

/* Small devices (phones, less than 768px) */


/* Medium devices (desktops, 992px and up) */
</pre></body></html>