table.ea_aufgabenblock {
    width: 15em;
    border: 0px;
    border-collapse: unset;
}

table.ea_aufgabenblock td{
    text-align: center;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

table.ea_aufgabenblock td input{
    text-align: center;
    width: 3em;
}

.ea_aufgabenblock_correct{
    color: lightseagreen;
}

.ea_aufgabenblock_false{
    color: red;
}