*
{
    margin: 0;
    padding: 0;
}

html,
body
{
    overflow: hidden;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

table,
th,
td {
  border: 1px solid #111;
  border-collapse: collapse;
}

th,
td {
  padding: 5px;
}

table#t01 th {
  color: white;
  background-color: #888888;
}

.mapboxgl-popup {
  max-width: 300px;
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.marker-title {
  font-weight: 600;
}

.logo {
  position: absolute;
  left: 0;
  bottom: -5px;
}
  
.info {
  position: absolute;
  left: 76px;
  bottom: -5px;
}

a:visited .info { text-decoration: none; color:black; }
a:hover .info { text-decoration: none; }

#menu {
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  border-radius: 3px;
  width: 95px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-family: 'Open Sans', sans-serif;
}

#menu a {
  font-size: 13px;
  color: #404040;
  display: block;
  margin: 0;
  padding: 0;
  padding: 10px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  text-align: center;
}

#menu a:last-child {
  border: none;
}

#menu a:hover {
  background-color: #f8f8f8;
  color: #404040;
}

#menu a.active {
  background-color: #3887be;
  color: #ffffff;
}

#menu a.active:hover {
  background: #3074a4;
}