
.suggestions {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:0;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
  display:none;
  text-align:left;
}

.selection {
  display:block;
  overflow: hidden;
}

div[class="suggestions"] .selection {
  color:black;
  background-color:#FFFFFF;
  line-height: 110%;
  padding: 3px 0 3px 6px;  
}
div[class="suggestions"] .selection strong{
  color:#29438c;
  font-weight:bold;
}
div[class="suggestions"] .selection:hover, 
div[class="suggestions"] .selected{
  background-color:#F0F0F0;
  cursor:pointer;
}


