.ui-autocomplete.ui-widget-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    border: solid 1px #ededed;
    margin-top: -10px;
}

.ui-autocomplete .ui-menu-item {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-style: none;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    padding: 0px 0px 0px 16px;
	color: rgb(0, 0, 0);
	cursor: pointer;
}

.ui-autocomplete .ui-menu-item a {
	color: rgb(0, 0, 0);
}

.ui-autocomplete .ui-menu-item.ui-state-focus {
    background: #ededed;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin: 0;
}

#ui-id-2 {
	z-index: 1051;
}
