#sgeo_map{
    width: 100% ;
    min-height: 500px ;
}

.s-form-group.s-form-wide.s-form-findaddress {
    position: relative;
}

ul.results {
    position: absolute;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0px;
    margin: 0;
    list-style: none;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
    border-radius: 0 0 10px 10px;
}

li.result_item {
    padding: 10px 15px;
    border-top: 1px solid rgba(0,0,0,0.1);
    user-select: none;
    cursor: pointer;
}

li.result_item:first-child{
	border-top: 0px solid ;
}

li.result_item:hover{
	background: #e4e4e4 ;
}

#s-form-lat, #s-form-lng{
	background: rgba(0,0,0,0.05);
}