.second-shot-at-love .table {
    width: 100%;
    text-align: center;
    color: #191817;
    border-spacing: 5px;
    border-collapse: separate;
}

.second-shot-at-love .prizes-table {
    border-collapse: separate;
}

.second-shot-at-love .table__header {
    text-transform: uppercase;
    color: #FFF;
    background-color: #621DB1;
    font-family: 'LondrinaSolid-Black';
}

.second-shot-at-love .table__body {
    background-color: #ffffff;
    font-family: 'LondrinaSolid-Regular';
}

.second-shot-at-love .table__cell {
    width: 50%;
    padding: 10px 5px;
}

.second-shot-at-love .table--three_columns .table__cell {
    width: 33.33%;
}
