

.suggestions-container {
 position: absolute;
 z-index: 2147483647!important;
 left: 0px;
 top: 0px;
 width: 256px;
 border: 2px #b0ceff solid;
 padding: 4px;
 background: #ffffff;
}
.suggestions-container .suggestion {
 background: #ffffff;
 padding: 5px;
 margin: 0px 0px;
 color: #375ea1;
 font-family: Arial;
 font-size: 14px;
 cursor: pointer!important;
 letter-spacing: normal!important;
 font-style: normal;
 font-weight: normal;
}
.suggestions-container .active-suggection {
 background: #5eb2b5!important;
 color: #ffffff!important;
}
.suggestio-ads {
	height: 20px;
	background: #e9e9e9;
}

