/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@media screen and (max-width: 640px) {
  table,
  tbody,
  tr,
  td {
    display: block;
    width: auto!important;
  }
}