.whois-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-family: Arial, sans-serif;
}

.whois-table th, .whois-table td {
  border: 1px solid #ccc;
  padding: 8px 10px;
  text-align: left;
}

.whois-table th {
  background-color: #f8f8f8;
  font-weight: bold;
}
