﻿.container {
  width: 800px;
  margin: 0 auto;
}

.autocomplete-suggestions {
  background-color: #ffffff;
  border-radius: 0;
  border-top: medium none #d3d3d3;
  box-shadow: 2px 2px 3px 0 #808080;
  max-height: 15.4em !important;
  overflow: hidden;
  padding: 0.2em 0;
}

.autocomplete-suggestion {
   border-bottom: 1px dotted #d3d3d3;
   box-sizing: border-box;
   color: #696969;
   line-height: 1.5em;
   overflow: hidden;
   padding: 0 1em;
   white-space: normal;
}

.autocomplete-no-suggestion {
  color: #800000;
  padding: 0.5em 1em;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  color: #000000;
  font-weight: normal;
  text-decoration: underline #d3d3d3;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
