body {
  margin: 0px 10px 0px 10px;
  padding: 10px;
}

h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 27px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 23px;
}

#map {
  height: 300px;
  width: 100%;
}

#map .centerMarker {
  position: absolute;
  /*url of the marker*/
  background: url(https://maps.gstatic.com/mapfiles/markers2/marker.png) no-repeat;
  /*center the marker*/
  top: 50%;
  left: 50%;
  z-index: 200000000000;
  /*fix offset when needed*/
  margin-left: -10px;
  margin-top: -34px;
  /*size of the image*/
  height: 34px;
  width: 20px;
  cursor: pointer;
}

.btn-group {
  z-index: 200000000001;
}

.row-striped:nth-of-type(odd){
  background-color: #efefef;
}

/* .row-striped:nth-of-type(even){
  background-color: #ffffff;
} */

.logoImage { width: 700px; margin: 0 auto; position: relative; }
.logoImage h2 { position: absolute; font-size: 1.05em; top: 46px; left: 440px; }
