/* Map on Traditional Tab */

.st2{fill:#888888;}
	
/* IE 10+ Compatibility */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		#svgMap {
			height: 450px;
		}		
} 


.fillcolor{
	fill: black !important;
}



/*
a:hover{
	stroke: #0391dd;
	stroke-width: 6;
}

.highlight{
	stroke: #0391dd;
	stroke-width: 20;
}

a{
	stroke: #000;
	stroke-width: 1;
}*/
	
.tradCol > li > a{
    padding-top: 4px;
    padding-bottom: 4px;
    font-size : 14px;
    max-width: 90%;
}	

.additional{
	margin-top: 10ex;
}

.selectbox{
	margin-bottom: 1ex;
}

.st0 { fill: #FFFFFF; }
.st-blue { fill: #0391dd; }

.hideSVG{
	stroke: transparent;
	fill: transparent;
	height:0;
}

.showSVG{
	stroke: #000;
	fill: #FFF;
	height: 450px;
}



















