.container {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 10px;
  background: white;
  border: 1px solid #1b5e20;
  border-radius: 10px;
}

.fasting-table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  text-align: center;
}

.fasting-table th,
.fasting-table td {
  border: 1px solid #1b5e20;
  padding: 8px;
}

.fasting-table th {
  background: #2e7d32;
  color: white;
}

tr:nth-child(even) {
  background-color: #1b5e1f1f;
}