

/* Start:/local/components/intensa/mhl.tournament.table/templates/.default/style.css?1760109302725*/
.stat-table table {
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.stat-table .legenda {
    display: none;
}

.stat-table tbody tr {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 10px;
    align-items: center;
}


.stat-table tbody tr {
    margin-top: 5px;
}


.stat-table tbody tr td {
    text-align: center;
    padding: 15px;
    border: none;
}

.stat-table .table__cell--clubs {
    text-align: left;
}

tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


/* End */
/* /local/components/intensa/mhl.tournament.table/templates/.default/style.css?1760109302725 */
