body {
  color: #555;
}

.navbar {
  margin-bottom: 0;
}

.logo {
  text-align: center;
  margin-bottom: 2em;
}

#map {
  height: 260px;
  margin-top: 40px;
  border-bottom: 1px solid #ccc;
}

#map:hover {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -ms-grab;
  cursor: -o-grab;
  cursor: grab;
}

#map:active {     
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -ms-grabbing;
  cursor: -o-grabbing;
  cursor: grabbing;
}

.alert {
  margin-top: 1em;
}

.zoomControls { 
  width: 28px; 
  height: 57px; 
  text-indent: -9999px; 
 
  padding: 0; 
  margin: 0; 
  overflow: hidden; 
} 

#zoomControls span#zoomIn, #zoomControls span#zoomOut { 
  background: url("../img/zoom-controls.png") no-repeat 0 0; 
  text-indent: -9999px; 
  background-position: 0 0; 
  width: 28px; 
  height: 27px; 
  display: block; 
  padding: 0; 
  cursor: pointer; 
}                            
 
#zoomControls span#zoomIn:hover { 
  background-position: 0 -59px; 
} 
#zoomControls span#zoomIn:active { 
  background-position: 0 -118px; 
} 
 
#zoomControls span#zoomOut { 
  background-position: 0 -27px; 
  width: 28px; 
  height: 30px; 
} 
#zoomControls span#zoomOut:hover { 
  background-position: -31px -86px; 
} 
#zoomControls span#zoomOut:active { 
  background-position: -31px -145px; 
}              
