div.order-confirmation-messages-autocompleter
{
	position: absolute;
	background-color: white;
	z-index: 1;
	width: auto;
    display:inline-block;
	font-size:small;
	width:max-content;
}

.order-confirmation-messages-autocompleter-suggestions {
    z-index: 10;
    display:none;
	padding: 7px;
	font-weight: bold;
	border: 1px solid rgb(220, 220, 220);
	border-radius: 2px;
	outline: none;
	background-color: #ffffff !important;
	list-style: none;
	text-align: left;
	width: auto;
    /*margin-top:0px;*/

}

.order-confirmation-messages-autocompleter-suggestions li{
	font-family: 'Roboto Condensed', sans-serif;
}

.order-confirmation-messages-autocompleter-suggestions li{
	padding: 3px;
	padding-left: 5px;
	color: rgb(99, 99, 99);
	background-color: #ffffff;
    font-weight: normal;
	text-decoration: none;
	/*font-size: 2em;*/
}
.order-confirmation-messages-autocompleter-suggestions i {
	padding: 5px;
}

.order-confirmation-messages-autocompleter-suggestions li:hover {
    cursor:pointer;
	background-color: #f3f1ec;
}
.li-hover {
	cursor:pointer;
	background-color: #f3f1ec !important;
}
