table {
    width: 25rem;
    color: black;
    background-color: rgb(1, 167, 57);
    border-collapse: collapse;
    margin:20px
}

tr {
    height: 5rem;
    border-bottom: 1px solid black;
}

th {
    background-color: rgb(1, 167, 57);
}

tr:nth-child(odd) {
    background-color: rgb(223, 208, 162)  ;
}

tr:nth-child(even) {
    background-color: rgb(161, 150, 118);
}

td:first-child {
    font-weight: bold;
}

td {
    padding: 20px;
    text-align: center;
}

td.noData {
    text-align: left !important;
}

tr.noLesson {
    background-color: rgb(119, 4, 4) !important;
    color: white;
}


#helyettesites {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}