#record-details {margin-top: 20px}
#record-details h3 {float:left; clear:left; width: 200px}
#record-details .value {margin-left: 200px}
#record-details h3, #record-details .value {margin-top: 0; margin-bottom: 20px} /* labels and values have to have exactly the same top and bottom margins otherwise we get "margin creep" */
.latlng {font-size: 8pt; white-space:nowrap}
.extent-marker-window {font-size: 8pt}
#obfuscation-message {margin-top: 5px; font-size: 7pt}
#map_canvas, #obfuscation-message {width: 260px}
.ApplicationButton {white-space: normal; width: 257px} /* 3 less than #map_canvas */
#map_canvas {height: 300px}
#marker-click-message {display:none}
@media (max-width: 900px) {
	#record-details .right {float:none; margin-left:0}
}
@media (max-width: 600px) {
	#record-details h3 {float:none; width: auto; margin: 0}
	#record-details .value {margin-left: 0}
}
