@import url("https://cdn.jsdelivr.net/npm/water.css@2/out/light.css");

body {
  max-width: 100%; /* Override for water.css's 800px width */
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.field {
  margin-bottom: 1rem;
}

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

th,
td {
  border: 1px solid black;
  padding: 0.25rem;
  text-align: left;
}
