table.gfftt {
    text-align: left;
    border: 1px solid black;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table.gfftt a,
table.gfftt a:visited {
    color: blue;
}

table.gfftt td,
table.gfftt th {
    border: 1px solid black;
    text-transform: none;
}

table.gfftt td.good,
table.gfftt th.good {
    color: green;
}

table.gfftt td.ok {
    color: goldenrod;
}

table.gfftt td.bad,
table.gfftt th.bad {
    color: red;
}

table.gfftt .ignored {
    display: none;
}
