<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* @author: William Khoe
*/

#quick-nav
{
	margin:0px 0 20px 0; padding:0;
	border:0;
}
#quick-nav .custom-select
{
	width:185px;
}

/* Regular Desktop */

@media only screen and (min-width:1024px) {

}

/* Tablet Portrait */

@media only screen and (min-width:768px) and (max-width:1023px) {

}

/* Mobile Portrait &amp; Landscape */
@media only screen and (max-width:767px)
{
	#quick-nav
	{
		margin-top:0;
	}
	#quick-nav .custom-select
	{
		width:auto;
	}
}
</pre></body></html>