.table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

th, td {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
  white-space: nowrap; 

}

th {
  background-color: #f4f4f4;
}

tbody tr:nth-child(even) {
  background-color: #f4f4f4;
}

tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

figcaption {
  font-style: italic;
  font-weight: bold;
  color: rgb(231, 38, 80);
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
