.opened{
       display: block;
/*     min-height: 0px; */
    height: auto;
    width: 98%;
    top: 40px;
    z-index: 100;
    position: absolute;
    border: 1px solid grey;
    background-color: white;
   
  
}

.closed{
   border:none;
}


.opened-item{
    list-style-type: none;
    margin-left: 5px;
    font-size: 15px;
    display: block;
    height: 30px;
    
    padding: 5px;
    border-bottom: 1px solid #e5dada;
}
.opened-item:hover{
    cursor: pointer;
}

.loading{
    font-size: 15px;
    padding: 5px;
    color: grey;

}