﻿.svg-map {
    position: relative;
    position: relative;
    height: 0;
    width: 100%;
    padding: 0;
    padding-bottom: 100%;
}

.svg-map {
    width: 100%;
}

.SVGTooltip {
    min-width: 200px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background-color: white;    
    position: absolute;
    display: none;
}
