table {
  border-collapse: collapse;
}

th, td {
  border: 1px solid black;
  padding: 5px;
}

.toolbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

.toolbar-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 5px;
}

.table-container {
  margin-top: 10px;
}

.last-visited {
  font-style: italic;
  color: #777;
}