table.no-more-tables td, table.no-more-tables th, table.dynamic-table td, table.dynamic-table th {
  padding: 15px; }

@media only screen and (max-width: 800px) {
  table.no-more-tables, table.dynamic-table {
    display: block; }
    table.no-more-tables thead, table.no-more-tables tbody, table.no-more-tables th, table.no-more-tables td, table.no-more-tables tr, table.dynamic-table thead, table.dynamic-table tbody, table.dynamic-table th, table.dynamic-table td, table.dynamic-table tr {
      display: block; }
    table.no-more-tables tr, table.dynamic-table tr {
      border: 1px solid #ccc; }
    table.no-more-tables td, table.dynamic-table td {
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding: 8px;
      white-space: normal; }
  table.no-more-tables.with-heading tr:first-child, table.dynamic-table.with-heading tr:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  table.no-more-tables.with-heading tr:first-child, table.dynamic-table.with-heading tr:first-child {
    font-weight: bold; }
  table.no-more-tables.with-heading td, table.dynamic-table.with-heading td {
    padding-left: 45%; }
    table.no-more-tables.with-heading td:before, table.dynamic-table.with-heading td:before {
      position: absolute;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      text-align: left;
      font-weight: bold;
      content: attr(data-title); } }

/*# sourceMappingURL=../css/no-more-tables.css.map */