#all_cities_panel
{
	height:auto;
	white-space:normal;
	overflow:auto;
	max-height: 250px;
}

.city_row
{
	padding: 2px;
	
}

.city_row a
{
	padding: 5px;
	color: #1e5677;
}

.city_row a:hover
{
	color: #fff;
	background-color: #1e5677;
}

.distance
{
	color: #999;
	font-size: 10px;
	float:right;
}
