.map-pins-filter.details-container {
    display: table;
    width: 100%;
}

.map-pins-filter.details-container .row {
    display: table-row;
}

.map-pins-filter.details-container .row .col {
    display: table-cell;
}

.map-pins-filter.details-container .label {
    font-weight: bold;
}

table.pin-balloon {
    border: none !important;
    width: 100%;
    margin: 0 !important;
}

table.pin-balloon * {
    border: none !important;
}

table.pin-balloon .img-cell {
    padding-left: 0;
    padding-bottom: 0;
}

table.pin-balloon .img-cell img {
    width: 100px;
}

table.pin-balloon .title {
    color: #12b5ea;
    font-weight: bold;
}

/*meters*/
.meter {
    color: #ffffff;
    text-align: center;
    min-height: 250px;
    max-width: 225px;
    margin: 0 auto 30px;
    position: relative;
}

.meter h3.title {
    color: #ffffff !important;
}

.meter canvas {
    position: absolute;
    top: 35px;
    left: 0;
    height: 100%;
    width: 100%;
    max-height: 225px;
    max-width: 225px;
}

.meter img {
    width: 40px;
    padding-top: 35px;
}

.meter p {
    padding: 10px 0 0;
}

.meter p.value {
    padding-top: 20px;
    font-size: 40px;
}

.meter p.units {
    font-size: 20px;
}

.meter.small img {
    padding-top: 70px;
}

.meter.small p.value {
    font-size: 40px;
}

.meter.small p.units {
    margin-top: 80px;
    font-size: 18px;
}

@media screen and (max-width: 1166px) and (min-width: 981px) {

    .meter.small img {
        padding-top: 60px;
    }

    .meter.small p.value {
        font-size: 25px;
    }

    .meter.small p.units {
        margin-top: 60px;
        font-size: 18px;
    }
}

.meter.blue {
    color: rgb(0, 84, 111);
}

.meter.small canvas {
    width: 100%;
    height: auto;
    max-height: 225px;
    max-width: 225px;
}