<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** 
* City Of Delta, Colorado(Mobile Home)
*
* @package UBS
* @subpackage CITIZENLINK
* @platform	MOBILE
* @author KMN
* @date 06/01/2020

/*
* This provides a global font set for the mobile application
*/
@import url(https://fonts.googleapis.com/css?family=Oswald);

body
{
	background: white;
}

/*
* This only provides a style for the front page
*/

#mHeaderContainer
{
	width:100%;
	height:140px;
	color: black;
	text-align:right;
	margin-left: auto;
	margin-right: auto;
	background: white;
}
#mHeaderLogo
{
	float: left;
	width:325px;
	height:102px;
}

#mHeaderImage
{
	width:325px;
	height:102px;
}

#mHeaderSubText 
{
	font-family: "Oswald",sans-serif;
	font-size: 1.1em;
	position:relative;
	top: 10px;
	text-align: center;
    text-decoration: none;
    margin-right: 10px;
}

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