.passing > td{
    background-color: rgba(158, 158, 158, 0.1) !important;
}

td:nth-child(2), th:nth-child(2) {
    text-align: left !important;
    width:30%;
}

section {
    display:flex;
    flex-direction: column;
    gap: 1em;
}