


path {
    fill: #fff;
    stop-color: #fff;
    stroke: #666;
    stroke-width: 0;
    position: relative;
}
path:hover {
    fill:hsl(122deg 100% 15%);
    cursor: pointer;
}
#tooltip {
    dominant-baseline: hanging;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 5pt;
    color: #FFF
}
#matrix-group {
    margin-left: 500px
}
#map-svg {
    padding-left: 30px;
    width: 100%;
    filter: drop-shadow(-14px 4px 0px #1a4a6a);
    margin-top: 0px;
    min-height: 690px;
}
#map-svg {
	width: 100%;
	filter: drop-shadow(14px -14px 0px hsl(86deg 100% 8%));
}
#map-svg .territory {
	fill: #fff;
}
#map-svg .territory:hover {
	fill:hsl(122deg 100% 15%);
}
#map-section .title {
	text-align: center;
}
#map-section .title::after {
	content: url(../images/headingborder.html);
	height: 0px;
	right: 0px;
	left: 0px;
	margin: 0px auto;
}
#map-section .title h1 {
	color: #fff;
}
