﻿/*---------------DO NOT TOUCH THIS------------------*/
/* makes city/region names appear at the right place on the map */
.city {
   position:absolute;
	white-space:nowrap;
	z-index:200;
}
.citysh {
	position:absolute;
	white-space:nowrap;
	z-index:100;
}
.city a {
	color:white!important;
	text-decoration:none;
}
.city a:hover {
	background-color:red;
}
.citysh a {
	text-decoration:none;
}