#cityResult{
    position: absolute;
    background: #fff;
    width: 91%;
    max-width: 600px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: -20px;
    max-height: 200px;
    overflow-y: scroll;
}

#cityResult .row:hover, #cityResult .row:focus{
    background: #fcfcfc;
}