    .ver {display:block}
	    .nover {display:none}

		table.gmaps-container td {
			/*width: auto;*/
		}
		.gmaps-title {
			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
			border-left: 5px solid green;
			border-bottom: 1px solid green;
			padding-left: 2px;
			margin-bottom: 2px;
			color: #333333;
		}
		.gmaps-info {
			font-family: Arial,Helvetica,sans-serif;
			font-size: 11px;
			font-style: normal;
		}
		#responseCount {
			display: none;
		}
		#responseInfo {
			margin-top: 10px;
			background-color: #eeeeee;
			border: 1px solid silver;
			padding: 10px;
			display: none;
		}
		.info {
			border-bottom: 1px solid silver;
			padding: 4px;
			padding-left: 8px;
			font: 10pt sans-serif;
			cursor: pointer;
			background-color: white;
		}
		.infoWindowContent {
			width: 272px;
			height: 120px;
			overflow: auto;
		}
		.tabContent {
			font: 10pt sans-serif;
			border-collapse: collapse;
			table-layout: auto;
		}
		#matches {
			margin-top: 10px;
			width: 100%;
			height: 437px;
			float: left;
			border: 1px solid silver;
			display: none;
			overflow: auto;
		}
		.key, 
		.value {
			color: #666;
			font-size: 12px;
		}
		.key {
			font-weight: bold;
			vertical-align: top;
			white-space: nowrap
		}
		.value {
			vertical-align: top;
			
		}