.on-map {
    width:100%; height:200px;
}
.center-content-2 H2 {
    font-size: 18px; font-weight: 500; padding-top: 20px;
}
.ui-menu
{
    position: relative;
    list-style: none;
    background-color: white;
    /*border-radius: 18px;*/
    z-index:10;
    /*box-shadow: 5px 0px 8px white;*/
    width: 500px;
    height: auto;
    max-height: 250px;
    line-height: 130%;
    font-size: 13px;
    padding: 0;
    cursor: pointer;
    color: #616161;
    border-top: 1px #efefef solid;
    border-left: 1px #efefef solid;
    border-right: 1px #efefef solid;
    overflow-x: hidden;
    overflow-y: auto;
    /*border: solid 1px grey;*/

}
.ui-menu .ui-menu-item
{
    margin: 0;
    padding: 2px 5px 2px 5px;
    border-bottom: 1px #efefef solid;
}
.ui-state-focus
{
    font-weight: bold;
}