#menu {
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    border-radius: 3px;
    width: 120px;
    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;
    }
      body { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; }
      #map { position: absolute; top: 0; bottom: 0; width: 100%; }

      .range-slider .input-range {
  z-index: 5;
  position: fixed;
  bottom: 90px;
  left: -32px;
  -webkit-appearance: none;
  height: 200px;
  border-radius: 5px;
  background: #ccc;
  outline: none;
  writing-mode: bt-lr;
  /* IE */
  -webkit-appearance: slider-vertical;
  /* WebKit */
  transform: translate();
  -moz-transform: translateX(60px);
}

.range-value {
  z-index: 5;
  position: fixed;
  bottom: 47px;
  left: 25px;
  font-weight: bold;
  background:none; border:none;
}

.floor-tag {
  z-index: 5;
  position: fixed;
  bottom: 70px;
  left: 15px;
  font-weight: bold;
}

#floor-toggle-img {
    z-index: 4;
  position: fixed;
  width: 30px;
  max-width: 10%;
  height: auto;
  bottom: 40px;
  left: 20px;
  font-weight: bold;
}

    /* Add a black background color to the top navigation */
    .topnav {
      top: 0;
      background-color: #003E51;
      overflow: hidden;
      width: 100%;
      position: absolute;
      z-index: 5;
    }

    /* Style the links inside the navigation bar */
    .topnav a {
      float: left;
      color: #f2f2f2;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 17px;
      z-index: inherit;
    }
    .topnav-centered {
      float: none;
      position: absolute;
      font-size: 19px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      font-weight: bolder;
    }

    /* Change the color of links on hover */
    .topnav a:hover {
      background-color: #ddd;
      color: black;
      z-index: inherit;
    }

    /* Add a color to the active/current link */
    .topnav a.active {
      background-color: #9AB7C1;
      color: #003E51;
      z-index: inherit;
    }

    /* Formatting for markers */
    .marker {
      background-image: url('vending_machine.png');
      background-size: cover;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      cursor: pointer;
    }

    .mapboxgl-popup {
      max-width: 400px;
    }
    .mapboxgl-popup-content {
      text-align: center;
      font-family: 'Open Sans', sans-serif;
      border:3px solid #003E51;
      border-radius: 12px;
      height: 320px;
    }


    #map {
        margin-top: 50px;
    }

    

  .asset_image {
    display: block;

    width: 200px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    border:1px solid #003E51;
  }
  .vote_image_up, .vote_image_down {
    position: absolute;
    width: 40px;
    height: 40px;
    margin:10px;
    bottom:6px;
  }
  .vote_image_up {
    right:6px;
  }
  .comment-block {
    border:1px solid #003E51;
    padding: 4px;
    height: 90px;
    overflow:scroll;
  }
  .comment {
    display: block;
    font-size: 15px;
    padding: 4px;
    text-align: left;
  }
  .comment_btn {
    margin:10px; position:absolute; width: 80px; height: 30px; left:6px; bottom:6px; background-color: #003E51; color: white; border-radius: 4px;
  }

  /*Dropdown Menu style*/
  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: fixed;
    top: 48px;
    right: 0;
    background-color: #9AB7C1;
    color: #003E51;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 17px;
  }

  .dropdown-content label {
    color: #003E51;
    padding: 12px 8px;
    text-decoration: none;
    display: inline-block;
  }
    input[type=checkbox] {
      transform: scale(1.5);
      margin-left: 12px;
    }

  .dropdown-content a:hover {background-color: #003E51;}
  .dropdown:hover .dropdown-content {display: block;}
  .dropdown:hover .dropbtn {background-color: #9AB7C1; color: #003E51;}

  .modal-window {
    width:260px; height:200px;
    border:3px solid #003E51;
    display:none;
    background-color:White;
    position:fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding:20px;
    z-index:999;
    color: #003E51;
    border-radius: 12px;
    text-align: center;
  }
  #modal-profile {
    height: 500px;
  }
  #modal-profile img{
    height: 120px;
    width: 120px;
    margin-bottom: 0;
  }
  #modal-profile h2{
    margin-top: 2px;
    margin-bottom: 2px;
  }
  #profile-bio-header {
    font-weight: bold;
    text-align: left;
    padding-left: 6px;
  }
  #profile-bio {
    text-align: left;
    border: 1px solid #9AB7C1;
    padding: 6px;
    border-radius: 8px;
    color: black;
  }
  #modal-comment {
    height: 240px;
    text-align: center;
  }
