body {
  font-family: Arial, sans-serif;
  margin: 20px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
th {
  background-color: #f2f2f2;
}
.toggle-link {
  margin-bottom: 10px;
  display: inline-block;
}
.number-cell {
  text-align: right; /* Right-align numbers */
}
.address-cell {
  max-width: 300px; /* Limit address width */
  word-wrap: break-word;
}
.number-cell {
  text-align: right;
  white-space: nowrap; /* Prevent number wrapping */
}

.address-cell {
  max-width: 200px; /* Make address column more compact */
  word-wrap: break-word;
  white-space: normal;
}

.lot-size-cell {
  text-align: right;
}
