.ui-autocomplete
        {
            height: 240px;
            overflow-y: scroll;
            overflow-x: hidden;
        }
        

/* Override bootstrap table zebra color*/

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th
        {
            background-color: #DBDBDB;
        }