.searchListe {
    width: 300px;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 1000;
}

.searchListe div {
    padding: 8px;
    cursor: pointer;
}

.searchListe div:hover {
    background-color: #f0f0f0;
}

.tdHeader {
    font-weight:bold; 
    border:2px solid black;
    text-align:center;
   
}

.tdBody {
    font-weight: bold; 
    border: 2px solid black; 
    text-align: center;
    color: black;
}

.tdFooter {
    font-weight:bold; 
     border:2px solid black;
      text-align:center;
}