
.form-table {
  width: 100%;
  max-width: 700px;
  margin: 1.5em auto;
  border-collapse: separate;
  border-spacing: 0.6em;
  font-size: 1.1em;
}
.form-table th {
  text-align: left;
  font-weight: bold;
  width: 35%;
  vertical-align: top;
}
.form-table td input {
  width: 100%;
  font-size: 1.1em;
  padding: 0.6em;
  border: 1px solid #ccc;
  border-radius: 0.5em;
}
.form-table .center {
  text-align: center;
}
.form-table button {
  background-color: #007BFF;
  color: white;
  padding: 1em 2em;
  font-size: 1.1em;
  border: none;
  border-radius: 0.5em;
  cursor: pointer;
}
.form-table button:hover {
  background-color: #0056b3;
}

.form-table {
  width: 100%;
  max-width: 600px;
  margin: 1.5em auto;
  border-collapse: separate;
  border-spacing: 0.6em;
  font-size: 1em;
}
.form-table th {
  text-align: left;
  font-weight: bold;
  width: 40%;
  vertical-align: top;
}
.form-table td input {
  width: 100%;
  font-size: 1em;
  padding: 0.6em;
  border: 1px solid #ccc;
  border-radius: 0.4em;
}
.form-table .center {
  text-align: center;
}
.form-table button {
  background-color: #28a745;
  color: white;
  padding: 0.8em 2em;
  font-size: 1em;
  border: none;
  border-radius: 0.5em;
  cursor: pointer;
}
.form-table button:hover {
  background-color: #218838;
}

.event-list-table {
  width: 100%;
  max-width: 700px;
  margin: 1.5em auto;
  border-collapse: collapse;
  font-size: 1em;
}
.event-list-table th, .event-list-table td {
  padding: 0.6em;
  border: 1px solid #ccc;
  text-align: left;
}
.event-list-table th {
  background-color: #f0f8ff;
  font-weight: bold;
}
