#meteo-map .mm-popup-meteo-data {
    opacity: 0.9 !important;
    font-size: 12px;
    z-index: 500;
}

#meteo-map .mm-popup-meteo-data hr {
    margin: 3px;
}

#meteo-map .mm-popup-meteo-data>.leaflet-popup-content-wrapper {
    border-radius: 5px;
}

#meteo-map .mm-popup-meteo-data>.leaflet-popup-content-wrapper>.leaflet-popup-content {
    margin: 0px;
    min-width: 140px;
}

#meteo-map .mm-popup-meteo-data table {
    margin: 0px;
}

#meteo-map .mm-popup-meteo-data td {
    cursor: help;
    font-size: 12px;
    padding: 0px;
    border: none;
}

#meteo-map .mm-popup-meteo-data span.p-name {
    line-height: 18px;
    padding-left: 3px;
}

#meteo-map .mm-popup-meteo-data-error {
    opacity: 0.6 !important;
    font-size: 10px;
    z-index: 50;
}

#meteo-map .mm-popup-meteo-data-error>.leaflet-popup-tip-container>.leaflet-popup-tip {
    background-color: #ff6262;
}

#meteo-map .mm-popup-meteo-data-error>.leaflet-popup-content-wrapper>.leaflet-popup-content {
    min-width: auto !important;
}

#meteo-map #mm-cam-viewer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    width: 100%;
    height: 100%;
}

#meteo-map #mm-cam-viewer>.mm-close-button {
    display: block;
    text-align: right;
    font-size: 30px;
    cursor: pointer;
    z-index: 99999;
}

#meteo-map #mm-cam-viewer img {
    max-height: 90%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    padding: 10px;
}

#meteo-map #mm-cam-viewer #loader {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    padding: 10px;
    width: 3rem;
    height: 3rem;
    font-size: 24px;
}