.city-arrow {
  fill: #7d8698;
  stroke: #7d8698;
  width: 27px;
  height: 27px;
  margin-right: 10px; }

.city-label {
  font-weight: bold;
  font-size: 14px; }

.city-name {
  color: #11998b;
  position: relative;
  font-size: 12px; }
  .city-name:after {
    width: 7px;
    height: 7px;
    content: "";
    border-right: 1px solid #7d8698;
    border-bottom: 1px solid #7d8698;
    top: 5px;
    right: -15px;
    position: absolute;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
