.festede-max-status-ellenorzo table {
    width: 500px;
    max-width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid black;
}

.festede-max-status-ellenorzo table th,
.festede-max-status-ellenorzo table td {
    padding: 5px;
    border: 1px solid black;
}

/* second col is 50px */
.festede-max-status-ellenorzo table td:nth-child(2),
.festede-max-status-ellenorzo table td:nth-child(3) {
    width: 120px;
    text-align: center;
}

.status-tab-wrapper {
    display: flex;
    flex-direction: row;
    gap: 0px;
    border-bottom: 3px solid;
    width: auto;
}

.status-tab {
    padding: 5px;
    border: 3px solid black;
    border-bottom: 0px;
    border-radius: 5px 5px 0px 0px;
    transition: 500ms;
}

.status-tab.status-tab-active {
    background: black;
    color: white;
    font-weight: 900;
    border-radius: 10px 10px 0 0;
}

.status-all {
    background-color: rgb(166, 166, 166);
    font-weight: 900;
}