
@charset "UTF-8";
/* CSS Document */
/*Susan's adds*/

#searchInput {
	height: 24px;
	border: thin red solid;
	background: rgba(0, 0, 0, .1);
	padding-left: 1.5px;
	
	/*
  added below by XiaoLong
  */
	
	width: 232px;
	margin-left: 0px;
	margin-bottom: 37.6px;
}
.tabContent {
	background-color: rgba(255, 255, 255, .75);
}
#tab1,
#tab2,
#tab3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	padding-left: 16px;
}
.boldme {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.i {
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding-left: 4px;
}

#tab3 ul {
list-style-type: none;	
}

#tab3 li {
	float: none;
	margin-left: 4px;
background-image: url(../images/citizensmall.png);
    background-repeat: no-repeat;
    background-position: 0px center; 
	padding-bottom: 15px;
	background-size: 30px 42px;
}

#tab3 li:first-child {
background-image: url(../images/311small.png);
    background-repeat: no-repeat;
    background-position: 0px center; 
	background-size: 30px 42px;	
}


#tab3 li:last-child {
background-image: url(../images/tidesmall.png);	
background-repeat: no-repeat;
    background-position: 0px center; 
	background-size: 30px 42px;
	}

.bigger {
padding-left: 40px;
}

.smaller {
	display: block;
font-size: 8px;	
padding-left: 40px;
padding-top: -16px;
}

#logo {
position: absolute;
bottom: 16px;
right: 36px;
opacity: .9;	
}


#logo a:link {
font-family: 'Lato', sans-serif;
font-size: 16px;
font-weight: 700;
text-decoration: none;
color: rgba(0,0,0,1);
}

#logo a:visited {
	color: 	rgba(0,0,0,1);
}

#logo a:hover {
color: 	rgba(0,0,0,1);	
}

#logo img {
padding-left: 1.5px;
	
}
/*
 added by XiaoLong
*/

#message {
	display: none;
}
.eleAdd {
	color: #000;
	font-size: 11px;
	margin-top: -16px;
}
.eleFeet {
	color: #000;
	font-size: 11px;
	text-align: left;
}
#searchButton {
	position: absolute;
	height: 27px;
}

.thenameyouwant {
color: red;
font-size: 29px;
font-weight: 600;
display: block;	
}

/*Report a Flood buttons*/

#getReportsButton {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
color: #666; 
}

#clearReportsButton {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
color: #666; 
}

#documentFloodButton {
		font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
color: #666; 

}

#tab3 ul {
margin-bottom: 0px;	
}
