﻿.data-row {
  display: flex;
}

.data-row div:first-of-type {
  min-width: 15rem;
  font-weight: bold;
}

pre {
  margin: 0;
  line-height: 2;
}

p.message-text {
  color: green;
}

p.error-text {
  color: red;
}

.form-input .input {
  max-width: 22rem;
}

.headline--light {
  font-size: 1.8rem;
}

div.search-container {
  margin-top: 20px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  box-sizing: content-box;
}

.search-container input {
  width: 25rem;
  margin-top: -0.7rem;
}

tr.deleted td {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
