.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0);
}

.mt{
    font-size: 15px;
    font-weight: bold;
}

.tablewinner{
    border-bottom: 5px solid yellow !important; 
}

th.red{
    background: red;
    font-weight: bold;
}

th.blue{
    background: blue;
    font-weight: bold;
}