#suggestion-box {
      border: 1px solid #ccc;
      display: none;
      position: absolute;
      background: #fff;
      width: 100%;
      max-height: 180px;
      overflow-y: auto;
      z-index: 1000;
    }
.suggestion {
  padding: 8px;
  cursor: pointer;
}
.suggestion:hover {
  background-color: #f0f0f0;
}



#mySidebar {  width: 50%;  display:none;z-index:5 }

@media screen and (max-width: 768px) 
{
  #mySidebar {  width: 90%;  display:none;z-index:5 }
}

