.table-row {
    cursor: pointer;
}

.table-row-empty {
    height: 100%;
}


.table-row-empty td {
    text-align:center;
    vertical-align:middle;
}

tr.disqualified td {
    background-color: #ffccd2;
}
