.tournamentTable {
    border-collapse: collapse;
    font-size: 12px;
}
.tournamentTable th {
    border: 1px dotted;
    background-color: #e26a00;
    color: #000;
}

.tournamentTable td {
    border: 1px dotted;
    color: #f4ffe4;
}

.tournamentTable tr:nth-child(even) {background-color: rgba(0, 0, 0, 0.2);}

td.running{
    /*color: #cccccc;*/
    color: #3ce254;
    font-weight: bold;
    /*text-decoration: underline wavy green;*/
}
td.finished{
    color: #1e81d0;
    /*text-decoration: line-through dotted red;*/
}
td.upcoming{
    color: #d0b32d;
    /*text-decoration: none;*/
}