.tt-wrapper {
  max-width: 100%;
  padding: 1rem;
  font-family: Arial, sans-serif;
}

.tt-buttons {
  margin-bottom: 1rem;
}

.tt-buttons button {
  background-color: #0073aa;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 4px;
}

.tt-buttons button:hover {
  background-color: #005a87;
}

.tt-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.tt-table th,
.tt-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}

.tt-table input[type="text"] {
  width: 80%;
  padding: 4px;
  text-align: center;
}

#tt-feedback {
  margin-top: 10px;
  color: green;
}
