html, body, #container {
    height: 100%;
    overflow: hidden;
    width: 100%;
  }
  body {
    /* height of .navbar, customize with @navbar-height variable */
    padding-top: 50px;
  }

.panel-heading{
  text-align: center;
  border-radius: 0px !important;
}
.dot {
  height: 10px;
  width: 10px;
  background-color:cornflowerblue;
  border-radius: 50%;
  display: inline-block;
}
  #sidebar {
    float: left;
    height: 100%;
    max-width: 100%;
    width: 300px;
  }
  #map {
    height: 100%;
    width: auto;
  }
  .sidebar-wrapper {
    height: 100%;
    position: relative;
    width: 100%;
  }
  @media (max-width: 767px) {
  #sidebar {
    display: none;
  }
  }
  