
table {
    border-collapse: collapse;
    width: 80%;
}

th, td {
    padding: 8px;
    text-align: center;
}

.pass {
    background-color: #c8f7c5;
}

.fail {
    background-color: #f7c5c5;
}
