﻿.bwp-climatezones .stats ul {
    padding-left: 0 !important;
}

.bwp-climatezones .hide {
    display: none;
}

.bwp-climatezones {
    position: relative;
}

.bwp-climatezones #map-container {
    text-align: center;
}

.bwp-climatezones #svg {
    text-align: center;
    overflow: hidden;
    border: 1px #555 solid;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    height: 1400px;
}

.bwp-climatezones #svg svg {
    width: 100%;
    height: 1400px;
    overflow: hidden;
}

.bwp-climatezones .progress {
    padding: 0;
    margin-bottom: 1rem;
}

.bwp-climatezones #info {
    width: 300px;
    position: fixed;
    pointer-events: none;
}

.bwp-climatezones .legend #min,
.bwp-climatezones .legend #max {
    display: inline-block !important;
    max-width: 49%;
}

.bwp-climatezones #info .card-body,
.bwp-climatezones #info ul {
    padding: 0;
    margin: 0;
}

.bwp-climatezones .stats #mean::after,
.bwp-climatezones .stats #sd::after,
.bwp-climatezones .stats #max::after,
.bwp-climatezones .stats #min::after {
    content: " °C";
}