﻿

.marker-content {
    display: none;
}

.marker-info__text {
    width: 140px;
    display: block;
    text-align: center;
    padding: 5px;
    z-index: 5;
    line-height: 1.8;
}

.marker-info__text p, .marker-info__text span {
    font-family: sans-serif;
    font-size: 12px;
    color: rgba(0, 74, 124, .8);    
}

.marker-info__text span {
    font-size: 14px;
    font-weight: bold;
}


    