
/* Stil für die Dropdown-Liste */
.dropdown_list {
    font-size:12px;
    border: 1px solid #ccc;
    max-height: 60px;
    overflow-y: auto;
    position:absolute;
    background-color: white;
    top:20px;
    display:none;
    z-index: 1;
}

/* Stil für einzelne Einträge in der Dropdown-Liste */
.dropdown_item {
    padding: 2px;
    cursor: pointer;
}

/* Stil für ausgewählten Eintrag in der Dropdown-Liste */
.dropdown_item:hover {
    background-color: #f0f0f0;
}
.textsmall{
    width:40pt;
}
.textbig{
    width:120pt;
}