.country{ fill: rgb(0, 75, 151); }

.country:hover{
    stroke: #fff;
    stroke-width: .7px;
    cursor:pointer;

}

.country.Sweden { fill: #dd0400; }

.hidden {
    display: none;
}

div.tooltip {
    color: #222;
    background: #fff;
    padding: .5em;
    text-shadow: #f5f5f5 0 1px 0;
    border-radius: 2px;
    box-shadow: 0px 0px 2px 0px #a6a6a6;
    opacity: 0.9;
    position: absolute;
}
