﻿.vectorMap svg {
    -webkit-filter: drop-shadow(0 0 2px rgba(0,0,0, .05));
    left: 50%;
    margin-left: -500px;
    position: absolute;
    width: 1000px;
}

.jqvmap-label {
    position: absolute;
    display: none;
    border-radius: 3px;
    background: #0663C3;
    color: #EEFDFF;
    padding: 6px;
}

.jvectormap-region {
    cursor: pointer;
    -moz-transition: fill 50ms linear;
    -o-transition: fill 50ms linear;
    -webkit-transition: fill 50ms linear;
    transition: fill 50ms linear;
}


.vectorMapMobile {
    position: fixed;
    display: table;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
}

    .vectorMapMobile > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }