/* this overrides some of the bootstrap defaults for menu items*/

#favourites-list{
  z-index: 10000; /*so it goes over the buttons on the map*/
}

#favourites-list .favourite-list{
  position: relative;
  margin: 0px 0px 0px 0px;
  border-radius: 0px;
  padding: 0px;
  box-shadow: none;
  width: 100%;
}

#recents-list{
  margin: 0px 0px -5px 0px !important;
}

#bookmark-list .remove-bookmark{
  cursor: pointer;
  margin: 2px 4px 0px 0px;
}

#bookmark-list .bookmark-link{
  display: inline-block;
}

#bookmark-list .bookmark-item{
  display: flex;
}
