.adresa_naseptavac_wrap {
	display: inline-block;
	width:0;
	height:0;
	position:relative;
	vertical-align: bottom;
}

.adresa_naseptavac_suggestions {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	background: lightgray;
	background: #ff3e00;
	border: solid black 1px;
	min-width:15em;
	max-width:30em;
	white-space:nowrap;
	width:fit-content;
	color: black;
	color: white;
	border-radius: 0 0.5em 0.5em 0.5em;
	overflow: hidden;
}

.adresa_naseptavac_suggestion {
	padding: 0.2em 0.5em;
	border-bottom: solid black 1px;
	cursor:pointer;
	width:100%;
	box-sizing:border-box;
}

.adresa_naseptavac_suggestion:last-child {
	border-bottom: 0;
}

.adresa_naseptavac_suggestion:hover, .adresa_naseptavac_suggestion-active {
	background: #383838;
}