@import '../root2.css';

.fullResult {
    background-color: var(--light-color);
    width: 100%;
    display: flex;
    justify-content: center;
}

.tableContainer {
    width: 960px;
    margin: 10px 15px !important;
}

.tableContainer td {
    vertical-align: middle;
}

.headerResult {
    width: 100%;
    font-size: 36px;
    text-align: center;
    text-decoration: underline;
    font-weight: 700;
    margin-bottom: 30px;
}

#fullResultTable th {
    color: white;
}

#fullResultTable th.date {
    background-color: black;
}

#fullResultTable th.first {
    background-color: #eaa110;
}

#fullResultTable th.second {
    background-color: #88d3d2;
}

#fullResultTable th.third {
    background-color: #df485c;
}

#fullResultTable {
    font-weight: 700;
}

#fullResultTable .prize {
    text-align: center;
}

@media (max-width: 992px) {
    .tableContainer {
        width: 100%;
        margin: 20px;
    }
}