table.responsive-table.active {
  border: 0;
}
table.responsive-table.active th {
  display: none;
}
table.responsive-table.active tr {
  margin-bottom: 2em;
  display: block;
  border-bottom: 2px solid #1c95c5;
}
table.responsive-table.active td {
  display: block;
  text-align: right;
  border-bottom: 1px solid #1c95c5;
}
table.responsive-table.active td:last-child {
  border-bottom: 0;
}
table.responsive-table.active td:before {
  content: attr(data-label);
  float: left;
  text-transform: uppercase;
  font-weight: bold;
}
