.search-bar{
	float: right;
	 margin-left: 5px; 
	 position: relative; 
	 padding-top: 3px;
	 cursor:pointer;
}

.search-bar-addresses{
	z-index:100000;
}

.address-place {
	overflow: hidden;
	height: 30px;
	border-bottom: 1px solid #d4d4d4;
	text-align: left;
	padding: 5px;
}

.address-place.selected, .address-place:hover {
	background: #EDF9FF;
}

#address-search-suggestions {
	display: none;
	position: absolute;
	top: 35px;
    left: 6px;
    right: 88px;
	height: 152px;
	background: white;
	color: #333 !important; border-bottom-left-radius : 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#address-search-suggestions .address-place:last-child {
	border-bottom: none;
}