.rwd-table {
  margin: 0em 0;
  min-width: 200px;
  width:100%;
  border-spacing:0;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) "  ";
  font-weight: bold;
  width: 100%;
  display: inline-block;
}
@media (min-width: 850px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 850px) {
  .rwd-table{margin-top:0px;}
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 10px;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}


/* custom */

.rwd-table {border-top:1px solid #ccc;border-left:1px solid #ccc;}
.rwd-table th, .rwd-table td {margin:7px;border-bottom:1px solid #ccc;border-right:1px solid #ccc;}
.rwd-table th, .rwd-table td:before {color: #318CE7;padding-right: 10px;}

@media (max-width: 850px) {
.rwd-table tr{border-right:none;}
.rwd-table th, .rwd-table td {padding: 7px 20px 7px 7px!important;text-align:left!important;}
.rwd-table td:before {margin-bottom:7px;padding: 7px 20px 7px 7px!important;display:block!important;}
.rwd-table{border-bottom: 1px solid #ddd;border-right: 1px solid #ddd;}
}

@media (max-width: 400px) {
.rwd-table {border:none!important;}
.rwd-table tr{border:1px solid #ddd!important;}
.rwd-table td:before {display:block!important;margin-bottom:7px;}
}