:root{
  --line:#e6e6e6;
  --muted:#555;
}

.table-wrap{
  overflow:auto;
  border:1px solid var(--line);
  border-radius:12px;
}

.fab-table{
  width:100%;
  border-collapse:collapse;
  font-size:0.95rem;
  min-width:780px;
}

.fab-table th,
.fab-table td{
  border:1px solid var(--line);
  padding:10px;
  vertical-align:top;
}

.fab-table th{
  background:#f6f6f6;
  text-align:left;
}

.caption{
  font-weight:700;
  margin:14px 0 8px;
}
.fab-table td:first-child{
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
