.cashback_box {
    width: 100%;
    border: solid 1px #e4e4e4;
    border-collapse: collapse;
    table-layout: fixed;
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

.cashback_box th {
    background-color: #f4f4f4;
}

.cashback_box td {
    border: solid 1px #e4e4e4;
    padding: 10px;
}

.cashback_box tr td:nth-last-child(2) {
    text-align: left;
}

.cashback_box tr td:last-child {
    text-align: right;
}

.cashback_box th, .cashback_box td {
    font-size: 0.72rem;
}

.cashback_box th {
    text-align: center;
    border: solid 1px #e4e4e4;
    line-height: 1.4;
}