.mapify-popOver strong {
    font-weight: 400;
    font-size: 24px;
    line-height: 1em;
    display: block;
    margin-bottom: 10px;
    color: #000;
}

.mapify-popOver {
    color: #999;
    font-size: 16px;
    min-height: 140px;
    height: 100%;
}

.mapify-popOver-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.mapify-popOver.customPopOver {
    background: #09f;
}

/* Custom hovering style */
.mapify-hover-free {
    fill: rgba(0, 204, 0, 0.55);
    stroke: #fff;
    stroke-width: 2;
}

.mapify-hover-reserved {
    fill: rgba(213, 166, 14, 0.55);
    stroke: #fff;
    stroke-width: 2;
}

.mapify-hover-selected {
    fill: rgba(23, 162, 184, 0.55);
    stroke: #fff;
    stroke-width: 2;
}

.mapify-hover-full {
    fill: rgba(255, 0, 0, 0.55);
    stroke: #fff;
    stroke-width: 2;
}

.mapify-hover-inactive {
    fill: rgba(239, 239, 240, 0.55);
    stroke: #fff;
    stroke-width: 2;
}

.mapify-hover-inactive:after {
    content: "Inactive";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1em;
    display: block;
    margin-bottom: 10px;
}