.ui-menu {
    background:white;
    border: 1px solid black;
    font-size: 16px;
    list-style-type: none;
    cursor: pointer;
    width: 490px;
    padding-left: 0px;
    max-height:330px;
    overflow-y:scroll;
    width:650px;
} 

.suspended{
    color:red;
}
.ui-menu-item:hover {
 background:lightblue; 
} 

#jqautocomplete {
    width: 100%;
}
#jqautocompleteDestination {
    width: 100%;
}

.ui-menu-item{ 
    margin:3px; 
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
  }



.container {
    display: flex;
}
.left {
    flex: 0 0 49%;
    margin: 10px;
}
.right {
    flex: 1;
    margin: 10px;
}
.ui-helper-hidden-accessible{
	display:none;
}
