﻿/*Open Street Map*/
#divLeafletMap {
    width: 100%;
    height: 100%;
}

.leafletPopup {
    color: black;
    min-height: 104px;
}

    .leafletPopup img {
        float: left;
        width: 135px;
        margin: 0 10px 10px 0;
        border: 1px solid #DBDBDB;
    }

    .leafletPopup h1 {
        font-size: 12px;
        color: black;
        text-align: left;
    }

    .leafletPopup p {
        font-size: 12px;
        color: black;
        text-align: left;
    }

    .leafletPopup a {
        color: #0078A8;
        font-size: 12px;
    }
