/* TODO: Refactor into global Sass
   Need to refactor sass to be mobile first
 */

@media screen and (max-width: 480px) {
  .usa-table.fugitive-page-table td,
  .usa-table.fugitive-page-table th {
    display: block;
  }

  .usa-table.fugitive-page-table th {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .usa-table.fugitive-page-table td {
    border-top-width: 0;
    border-bottom-width: 0;
    padding-left: 0;
    padding-top: 0;
    width: 100%;
  }

  .usa-table.fugitive-page-table tr:last-child td {
    border-bottom-width: 1px;
  }
}
