﻿.ui-autocomplete
{
  max-height: 262px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-menu
{
  background: white;
  border: solid black 1px;
}

.ui-menu .ui-menu-item
{
  margin: 1px;
  padding: 0;
  width: 99.5%;
  font-size: 14px;
  outline: none;
}

.ui-state-focus
{
  border: none !important;
  background: #3399FF !important;
  color: white !important;
  font-weight: normal !important;
}