.nascar .table {
    width: 100%;
    text-align: center;
    color: rgba(185, 185, 185, 1);
    border-spacing: 5px;
    border-collapse: separate;
}

.nascar .table__header {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    background: rgba(243, 209, 88, 1);
    font-family: 'Gemunu-Libre';
    font-weight: 800;
}

.nascar .table__body {
    background-color: #ffffff;
    font-family: 'Gemunu-Libre';
}

.nascar .table__cell {
    width: 50%;
    padding: 10px 5px;
}

.nascar .table--three_columns .table__cell {
    width: 33.33%;
}
