
#province-select
{
	padding: 30px 0 20px 30px;
}

.js-enabled #province-select
{
	display: none;
}

#province-select,
#province-select input,
#province-select select
{
	font-size: 0.8em;
}

#filter
{
	overflow: hidden;
}

#map
{
	float: left;
}

#map object
{
	display: block;
}

#province-item
{
	font-size: 0.8em;
	margin: 0 0 15px 0;
}

#province-item a
{
	text-decoration: none;
}

#province-item a.active,
#province-item a:hover
{
	font-weight: bold;
}

#city-overview
{
	margin: 0 0 0 389px;
}

#city-columns
{
	font-size: 0.8em;
	overflow: hidden;
	padding: 0 0 20px 0;
}

#city-columns a
{
	text-decoration: none;
	white-space: nowrap;
}

#city-columns a.active,
#city-columns a:hover
{
	font-weight: bold;
}

#city-columns ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#first-city-column,
#second-city-column
{
	width: 142px;
	float: left;
}

#third-city-column
{
	width: 101px;
	float: left;
}

#provincie h2
{
	font-size: 1em;
	padding: 13px 0 0 0;
}

#current-city h1
{
	margin: 0;
	padding: 3px 7px;
	font-size: 0.8em !important;
	font-weight: bold;
	background: #F0F0F0;
}

