.selector {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    justify-content: center;
}

.parent {
    width: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}


.monat {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;

}

.belegt {
    background-color: red;
    color: aliceblue;
}

table {
    align-self: flex-start;
    background-color: white;
}

td {
    padding-left: 2px;
    padding-right: 2px;
}

body {
    font-size: 11px;
    font-family: Verdana, Tahoma, Arial;
    background-color: #FFFFCC;
    color: #000000;
}

#Wohnung {
    padding-left: 5px;
    padding-right: 5px;
}