.bold {
   font-weight: bold;
}
table {
  border-collapse: collapse;
  width: 100%;
    table-layout: fixed;
margin-bottom: 20px;
}

tr {
padding: .35em;
}
.cashback tr:last-child {
    border-bottom: 0;
}

td {
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: .625em;
}

th {
 background-color: #625d68;
  color: white;
text-align: left;
padding: .625em;
}

@media screen and (max-width: 500px) {
.cashback table {
    border: 0;
  }
table th {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
table tr {
    display: block;
    margin-bottom: .625em;
  }
  
table td {;
    display: block;
    text-align: right;
  }
  
table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
td:nth-child(3n+1) 

{background-color: #625d68;
  color: white;
text-align: left;
}

table td:last-child {
    border-bottom: 0;
  }
}
