.philadelphia-76ers .table {
    width: 100%;
    text-align: center;
    color: #0040A2;
    border-spacing: 5px;
    border-collapse: separate;
}

.philadelphia-76ers .prizes-table {
    border-collapse: separate;
}

.philadelphia-76ers .table__header {
    text-transform: uppercase;
    color: #FFF;
    background-color: #DD0031;
    font-family: 'FRABK-light';
}

.philadelphia-76ers .table__body {
    background-color: #ffffff;
    font-family: 'FRADM';
}

.philadelphia-76ers .table__cell {
    width: 50%;
    padding: 10px 5px;
}

.philadelphia-76ers .table--three_columns .table__cell {
    width: 33.33%;
}
