body {
  font-family: Arial, sans-serif;
  margin: 20px;
}

#filters {
  margin-bottom: 20px;
}

#filters label {
  margin-right: 15px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  border: 1px solid #ccc;
  padding: 6px 8px;
  text-align: left;
}

thead {
  background-color: #f5f5f5;
}