.checkbox-salutation {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
}

.action_td {
    display: flex;
    justify-content: space-evenly;
}

.delete_btn {
    background: transparent;
    border: none;
    color: red;
}
.delete_btn:focus{
    outline: none;
}
.table-wrapper table th, .table-wrapper table td{
    padding: 8px !important;
}
.missing_ean tr td:last-child {
                color: green !important;
            }