.gmaps-nav-area {
  z-index: 999;
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
}

.gmaps-nav-item {
  float: left;
}

.gmaps-nav {
  direction: ltr;
  overflow: hidden;
  text-align: center;
  position: relative;
  color: rgb(0, 0, 0);
  font-family: Roboto,Arial,sans-serif;
  -moz-user-select: none;
  font-size: 12px;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.gmaps-nav:hover {
  background-color: #EBEBEB;
}

.gmaps-nav a {
  text-decoration: none;
}

.gmaps-nav-current {
  font-weight: bold;
  cursor:initial;
  padding: 7px;
}

.gmaps-nav-current:hover {
  background-color: white;
}

.gmaps-nav-action {
  padding: 7px;
}

.gmaps-nav-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.gmaps-nav-right {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}