.table-cookies {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.table-cookies-header {
    font-weight: bold;
}

.table-cookies-row {
    display: flex;
    width: 100%;
}

.table-cookie-cell {
    flex: 1;
    text-align: left;
    padding: 8px;
    border: 1px solid #5a7a1a;
}

.table-cookie-cell:nth-child(1) {
    flex-basis: 22.5%;
}
.table-cookie-cell:nth-child(2) {
    flex-basis: 10%;
}
.table-cookie-cell:nth-child(3) {
    flex-basis: 15%;
}
.table-cookie-cell:nth-child(4) {
    flex-basis: 12.5%;
}

.table-cookie-cell:nth-child(5) {
    flex-basis: 40%;
}