.table-listing{
  table {
    table-layout: auto;
  }

  table,
  table td,
  table th {
    border: 0;
    padding: 0;
    font-size: 1.8rem;
    font-weight: normal;
  }

  table {
    margin: 0 0 10px;
    box-shadow: none;
    padding: 12px 12px 16px;
    border: 1px solid #fff;
    border-collapse: separate;
  }

  table th {
    padding-bottom: 12px;
    text-align: left;
  }

  table td {
    padding: 1px 1px 4px;
  }

  table td:last-child {
    text-align: right;
  }
}
