#modalRegion .modal-body {
    padding: 10px 15px;
}
#modalRegion p {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}
#modalRegion p a {
    cursor: pointer;
    font-weight: normal;
}
#modalRegion p a:hover {
    text-decoration: underline;
}

.change-city {
    margin-top: 5px !important;
    text-align: right
}

.change-city p {
    font-size: 13px;
    text-align: right;
    margin-bottom: 9px;
}

.change-city p a {
    font-size: 13px;
    font-family: inherit;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px dashed;
    line-height: 16px;
    margin-left: 5px;
}

.city-btn, .change-city p a {
    cursor: pointer;
}