@media screen and (max-width: 640px) {
  .table-wrapper--columnize table thead {
    display: none; }
  .table-wrapper--columnize table tr {
    display: block;
    position: relative;
    padding: 1.2em 0; }
  .table-wrapper--columnize table tr:first-of-type {
    border-top: 1px solid #ccc; }
  .table-wrapper--columnize table td {
    display: table-row; }
  .table-wrapper--columnize table td::before {
    content: attr(data-label);
    display: table-cell;
    font-weight: bold;
    padding: 0.2em 0.6em 0.2em 0;
    text-align: right; }
  .table-wrapper--columnize table td:last-child:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #ccc; }
  .table-wrapper--columnize.table-wrapper--striped tbody th, .table-wrapper--columnize.table-wrapper--striped tbody td {
    background: transparent !important; } }

/*# sourceMappingURL=responsive-tables.css.map */
