.custom_locations_list {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: inline-block;
    width: 100%;
}

.custom_locations_list .place{
    background: #292929;
    color: #fff;
    padding: 14px;
    font-weight:bold;
    font-size: 18px;
    margin: 0px;
    display: inline-block;
    width: 100%;
}

.custom_locations_list .distanceText {
    background: #333333;
    color: #fff;
    padding: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    border-bottom: 1px dotted #7d7d7d;
}

.button {
    background-color: #646464;
    border: none;
    color: white;
    padding: 5px 17px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    cursor: pointer;
}