@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
    font-family: 'Roboto', sans-serif;
    background-color: white;
    font-size: 0.9em;
}

#navbar{
    background-color: #212121;
    margin: 0px;
    padding: 0px;
}

h1{
    font-size: 2.1em;
    padding: 0px;
    margin: 0px;
}
h2{
    font-size: 1.7em;
    padding: 0px;
    margin: 0px;
}

.item {
    border-bottom: 1px solid #CCC;
}
.item h3{
    font-size: 1.6em;
    color: #369;
    font-weight: bolder;
}
.item h3 a{
    text-decoration: underline;
}
#text_search{
    padding-left: 20px;
    border: none;
}
#text_search, #search_btn{
    height: 40px;
}
#search_btn {
    font-weight: bold;
    /*background-image: url(../images/sm_WF.png);
    background-repeat: no-repeat;
    background-position: center;*/
}
#Listings{
    display: none;
}

.generic_category a{
    text-decoration: none;
}
.generic_category a:hover{

}

.pagination{
    margin-top: 20px;
}

#googleMap {
    max-width: 640px;
    width: 100%;
    min-height: 300px;
}
ul.ui-autocomplete{
    border: solid 1px black;
}

ul.ui-autocomplete li{
    background-color: white;
    border-bottom: #fff solid 1px;
    color: black;
}
ul li.ui-state-focus{
    background-color: #EEE;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}

ul.list{
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#map {
    background-color: #EEE;
    display: block !important;
    max-width: 700px;
    width: 100%;
    height: 400px;
}

#gis_btn{
    margin-top: 10px;
    margin-bottom: 10px;
}