.table tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}

table.table  {
  flex-wrap: wrap;
  font-size: 90%;
  background: rgba(242, 166, 245, .1);
  border: 0;
}

.table thead th {
  border-top: 0;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff !important;
}

.table thead td {
  font-weight: 700;
}

.table th, .table td {
  border-top: 0 !important;
}

.table th {
  text-align: right;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  padding: 10px;
}

.table td {
  margin: 0;
  padding: 10px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

