
.map-social-links {
  padding-top: 10px;
  float: left;
}

.map-mobile-bar {
  bottom: 0px;
  position:absolute;
  width: 100%;
  background-color: white;
  border-bottom: 2px solid black;
  padding: 10px;
  font-size: large;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  z-index: 1200;
  user-select: none;
}

.map-ad-area {
  position: absolute;
  top: 75px;
  z-index: 900;
  display:inline-block;
  border: #ffffff00 1px solid; /* hack to limit ad size on android */
}

.nav-area-item {
  float:left;
  margin-left: 10px;
}

.nav-area-item-dropdown {
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 13px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
  color: #000;
  border: 1px solid #717B87;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  white-space: nowrap;
  z-index: 10000;
}

.dropdown {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  text-align: center;
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 13px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
  color: #000;
  border: 1px solid #717B87;
  background-color: #fff;
  display: none;
}

.dropdown-item {
  padding: 1px 5px 3px 5px;
  text-align: left;
}

.dropdown-item:hover {
  background: #ebebeb;
}
