#login,
#home {
  display: none;
  padding: 20px;
}

#login {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

form {
  display: flex;
  flex-direction: column;
}

input {
  margin-bottom: 10px;
  padding: 5px;
}

button {
  padding: 5px;
  color: white;
  border: none;
  cursor: pointer;
}

#print-history {
  margin-top: 20px;
}

#print-history p {
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

#print-history p:first-child {
  border-top: 1px solid #ccc;
}

#print-history p details {
  cursor: pointer;
}

#print-history p details summary {
  font-weight: bold;
}

#print-history p details p {
  margin: 0;
  padding: 5px;
  border-top: 1px solid #ccc;
}

#print-history p details p:first-child {
  border-top: none;
}

#print-history p details p:last-child {
  border-bottom: none;
}

#print-history p details p:nth-child(odd) {
  background-color: #f9f9f9;
}

#print-history p details p:nth-child(even) {
  background-color: #f1f1f1;
}

.card-content {
  padding: 0.75rem 1rem;
}

.media-content {
  white-space: nowrap;
  overflow: hidden;
}
