body { margin:0; padding:0; }
 
#map { position: relative; top:0; bottom:0; right:0; left:0; }

.title {
	/*background-color: #444444;
   color: #FFFFFF;
	line-height: 20px;
   padding-left: 6px;
   border-radius: 5px 5px 0px 0px;
   -moz-border-radius: 5px 5px 0px 0px;
   -webkit-border-radius: 5px 5px 0px 0px;
    o-border-radius: 5px 5px 0px 0px;
   cursor: default;
   border: 1px solid #666666;
   border-bottom: none; */
	font-weight: bold;
   font-size: 12px !important;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   }

 .hzline {
	 border: none;
	 border-top: 1px solid #333333;
	margin-top: -5px;
	 margin-bottom: 10px;
 }  
   
.USGS_Link {
	text-align:center;
}
   
.description {
	/*word-wrap: break-word;*/
	max-width:270px !important;
	padding-right: 0px;
	
}   

/*.leaflet-marker-icon {
margin-left: -12px !important;
margin-top: -30px !important;	
}

.leaflet-popup-pane {
margin-left: -12px !important;
margin-top: -30px !important;
}*/

a.leaflet-popup-close-button {
	padding: 3px 3px 0 0 !important;
	
}