@media screen and (max-width: 1120px) {
  .body-field table.fm-mobile-table,
  .body-field table.fm-mobile-table thead,
  .body-field table.fm-mobile-table tbody,
  .body-field table.fm-mobile-table th,
  .body-field table.fm-mobile-table td,
  .body-field table.fm-mobile-table tr {
    display: block;
  }

  .body-field table.fm-mobile-table {
    max-width: 100%;
  }

  .body-field table.fm-mobile-table caption {
    font-size: 1em;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }

  .body-field table.fm-mobile-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .body-field table.fm-mobile-table tr {
    border: 1px solid #ccc;
  }

  .body-field table.fm-mobile-table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 5px 12px 30px 51%;
  }

  .body-field table.fm-mobile-table tr:nth-of-type(odd) {
    background-color: #eee;
  }
  .body-field table.fm-mobile-table tr:nth-of-type(odd) td {
    border-bottom: 1px solid #fff;
  }
  .body-field table.fm-mobile-table tr:nth-of-type(odd) td:last-of-type {
    border-bottom: none;
  }

  .body-field table.fm-mobile-table td:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 49%;
    padding: 5px 10px 30px;
    content: attr(data-responsive-head);
    height: 100%;
    border-right: 1px solid #eee;
  }

  .body-field table.fm-mobile-table tr:nth-of-type(odd) td:before {
    border-right: 1px solid #fff;
  }
}
