@charset "UTF-8";

@media screen and (max-width: 768px) {
  #table_1 + div .outer,
  #table_2 + div .outer,
  #table_3 + div .outer {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #table_1 + div .outer table,
  #table_2 + div .outer table,
  #table_3 + div .outer table {
    min-width: 600px;
  }
}