.table tbody {
    font-size: 12px !important;
}

.table th, .table td {
    padding: 0.25rem !important;
    width: auto;
}

.hiddenTh {
    display: none !important;
}

.table-final-result > tbody > tr.last > td:first-child, .fallGroup > tbody > tr.last > td:first-child {
    background: rgba(255, 0, 0, 0.3);
}
.table-final-result > tbody > tr.diverse {
    border-bottom: 1px solid #0c2a4e;
}