#map {
  width: 100%;
  height: 600px;
  z-index: 2;
  position: relative;
}

.controlButtons {
  position: absolute;
  z-index: 800;
  float: left;
  top: 20px;
  left: 20px;
}

.controlButtons a {
  color: #000 !important;
}

#info {
  background: white;
  opacity: .8;
  max-width: 200px;
  color: black;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  padding: 1px;
  text-align: center;
  border-radius: 12px;
  display: block !important;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 5px;
  z-index: 800;
  float: left;
}

.myButton {
  position: relative;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
  background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
  background-color: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #666666;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
  vertical-align: middle;
  text-align: center;
  width: 30px;
  height: 15px;
}
.myButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
  background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
  background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
  background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
  background-color: #f6f6f6;
}
.myButton:active {
  position: relative;
  background-color: grey;
}

.logo {
  position: absolute;
  max-width: 100px;
  z-index: 800;
  bottom: 5px;
  left: 5px;
}

@media screen and (max-width: 600px) {
  #info {
    max-width: 100px;
  }
  .logo {
    bottom: 35px;
  }
}
