#rebar-form-table {
  width: 100%;
  border-collapse: collapse;
}
#rebar-form-table th {
  background: #ECECEC;
  padding: 8px;
  font-size: 15px;
}
#rebar-form-table td {
  padding: 6px;
  vertical-align: top;
}
#rebar-form-table input {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #rebar-form-table { display: block; }
  #rebar-form-table thead { display: none; }
  #rebar-form-table tr { display: block; margin-bottom: 12px; }
  #rebar-form-table td { display: block; width: 100%; }
  #rebar-form-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
  }
}

.rebar-list-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.rebar-list-table th, .rebar-list-table td {
  border: 1px solid #ddd;
  padding: 6px;
}
.pagination { margin-top: 10px; }
.pagination button { margin: 0 2px; }
