
 #map {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
  }
  
  #menu {
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 20px;
    border-radius: 7px;
    width: 120px;
    border: 1px solid #333333;
    font-family: "Roboto", sans-serif;
  }
  
  #menu h1 {
    text-align: center;
    font-size: 17px;
  }
  
  #menu img {
    width: 100px;
  }
  
  #menu a {
    font-size: 13px;
    color: #404040;
    display: block;
    margin: 0;
    padding: 0;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid #333333;
    text-align: center;
  }
  
  #menu a:last-child {
    border: none;
  }
  
  #menu a:hover {
    background-color: #f8f8f8;
    color: #404040;
  }
  
  #menu a.active {
    background-color: #333333;
    color: #fefefe;
  }
  
  .mapbox-improve-map {
    display: none;
  }
  
  .mapboxgl-ctrl-bottom-left,
  .mapboxgl-ctrl-attrib {
    display: none;
  }
  .line-container {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 80px;
    z-index: 10;
    font-size: 14px;
  }
  .line {
    display: flex;
    align-items: center;
  }
  .line220 {
    flex-grow: 1;
    border-bottom: 3px solid red;
    margin-right: 10px;
  }
  .line110 {
    flex-grow: 1;
    border-bottom: 3px solid blue;
    margin-right: 10px;
  }