
#bookmarks {
  /*background-color: hotpink!important;*/
  grid-area: BM;
  height: 15px;
  float: center;
  border-bottom:1px solid #000;
  /*overflow-y: scroll!important;*/
    overflow-y: hidden;
  background-color: #222;
  /*justify-content: space-evenly;*/
    /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*padding-left: 10px;*/
  /*border-right:1px solid #333;*/
  /*border-left:1px solid #333;*/
  /*margin-left: 30px;*/
  /*margin-right: 30px;*/
  /*background-color: green!important;*/
/*white-space: nowrap!important;*/
  /*font-size:0;*/
}

.bkmrk_dropdn {
  margin: 0px;
  height: 15px;
  float: left;
  /*align-content: center;*/
  padding: 1px;
  padding-left: 14px;
  padding-right: 14px;
    border-right:1px solid #333;
  font-size: 10px;
    text-decoration: none;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-style: italic;
  letter-spacing: 1px;
    /*color: #0275d8;*/
    color: #777;
/*white-space: nowrap!important;*/
  /*background: gray;*/
  /*text-align: center;
  align-self: center;
  line-height: 32px;*/
}
.bkmrk_dropdn:hover {
    background-color: #333;
}