.table-soicau {
    border-collapse: collapse;
    width: 100%;
    font-size: 100%;
}

.table-soicau th,
.table-soicau td {
    border: 1px solid #b3b3b3;
    padding: 10px;
    text-align: center;
    margin: 0;
}

.table-soicau .tieu-de {
    background: linear-gradient(#6bc135, #6bc135);
    color: #ffffff;
    font-weight: bold;
}

.table-soicau .ngay,
.table-soicau .so,
.table-soicau .ket-qua {
    /* background: #f8f8ff; */
    font-weight: normal;
}

.table-soicau .do {
    color: #ff0000;
}

.table-soicau .xanh {
    color: #0000ff;
}

.table-soicau td{
    color: #000;
}

.table-soicau tr.waiting{
    background: #f8f8ff;
    color: #ff0000;
}

.table-soicau tr.waiting td{
    color: #ff0000;
}

.table-soicau tr td.win,
.table-soicau tr.win td{
    color: blue;
}