.tm-festelement {
  max-width: 600px;
  margin: 20px auto;
  font-family: "Montserrat", sans-serif;
}

.tm-row {
  margin-bottom: 12px;
}

.tm-row label {
  display: block;
  margin-bottom: 4px;
}

.tm-row input,
.tm-row select {
  width: 100%;
  padding: 6px 8px;
  box-sizing: border-box;
}

.tm-festelement button {
  background-color: #4A90E2;
  color: #fff;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
}

.tm-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
}

.tm-table th {
  background-color: #4A90E2;
  color: #fff;
  padding: 6px;
  text-align: left;
}

.tm-table td {
  border-bottom: 1px solid #ddd;
  padding: 6px;
}
