.city-modal-title {
    color: #262626;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 28px;
}

.search-city {
    display: inline-block;
}
.search-city .city {
    display: block;
    width: 25%;
    float: left;
    margin-top: 15px;
    color: #222;
    font-size: 15px;
    border: 0;
    background-color: transparent;
    text-align: left;
}
.city-selector-link:hover {
    text-decoration: underline;
    cursor: pointer;
}