﻿.city-title {
    font-family: "Open Sans", Arial, sans-serif;
    text-align: left;
    display: block;
    margin: 0;
    padding: 0;
    font-weight: bold;
    letter-spacing: -0.03em;
    unicode-bidi: isolate;
    color: #FF4130;
    font-size: 18px;
}

.city-text,
.city-text ul,
.city-text li {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    text-align: left;
    margin: 0 0 1em 0;
    padding: 0;
    list-style-position: inside;
}

    .city-text a,
    .city-text a:visited,
    .city-text a:hover {
        color: #000;
        text-decoration: underline;
        cursor: pointer;
    }

    .city-text li {
        margin-bottom: 0.3em;
    }

    .city-text p {
        margin-bottom: 0.5em;
    }
