body{
    font-family: arial, sans-serif;
    font-weight: 400;
    background: #eee;
    font-size: 12px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    cursor: default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Mapify custom popOver example */

.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;
    height: 130px;
}
.mapify-popOver-content{
    position: relative;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

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

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

.customHover{
    fill:#09f;
    stroke: #fff;
    stroke-width: 2;
}











/**
 * BORAY
 */
html.mapify-GPU {
    transform: unset !important;
}
.mapify-popOver{
    height: auto !important;
    min-height: 130px !important;
}
.mapify-popOver-content {
    top: 0%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
.mapify-popOver-body{
    text-align: left;
}