body .ui-autocomplete {
    position: absolute;
    z-index: 99999999999;
    cursor: pointer;
    padding: 0;
    font-size: 15px;
    margin-top: 5px;
    max-height: 243px;
    overflow-y: auto;
    overflow-x: hidden;
    list-style: none;
    background-color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    border-top-right-radius: 0;
	border-top-left-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
body .ui-widget.ui-widget-content {
  border: 1px solid #ccc;
  border-bottom: none;
}
body .ui-autocomplete li {
  padding: 8px 15px;
}
body .ui-autocomplete .ui-state-focus {
  background-color: #ddd;
}
body .ui-helper-hidden-accessible {
  display: none;
}