@media screen and (max-width: 600px) { 
  .rwdtable {
    border: 0;
  }
  .rwdtable caption {
    font-size: 1.3em;
  }
  .rwdtable thead {
    border: none;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .rwdtable tr {
    background-color: #FFF;
    display: block;
    margin-bottom: 0em;
  }
  .rwdtable td {
    color: #0e0e0e;
    border: 1px solid #fff !important;
    display: block;
    font-size: .8em;
    text-align: right;
    border-bottom: none !important;
  }
  .rwdtable tr:last-child td:last-child {
    border-bottom: 1px solid #fff !important;
  }
  .rwdtable td:before {
    color: black;
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .rwdtable th {
    display: none !important;
  }
  .rwdtable tr td:not(:first-child) {
    background: #DEE0F7  !important;
  }
  .rwdtable tr td:first-child {
    background: #CED1F3  !important;
  }
}