:root {
  --accent-color: #ff947b;
}
body {
  font-family: sans-serif;
  color: #222;
  font-size: 22px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

hr {
  border-style: none;
  border-bottom: 1px solid #999;
}

.date {
  width: 5em;
}
input[type=submit] {
  padding: 6px 18px;
  font-size: 18px;
}
.actions {
  margin-top: 10px;
}
label {
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-style: none;
}
label > span:first-child {
  min-width: 170px;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}
textarea {
  height: 4em;
  width: 300px;
}
fieldset input[type=text] {
  width: 300px;
}
fieldset {
  background-color: white;
}
.nowrap {
  white-space: nowrap;
}

#errors {
  color: red;
}

/* breadcrumbs */
h5 {
  font-size: 24px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

ul.nav {
  list-style: none;
  padding-left: 0px;
  font-size: 30px;
  line-height: 1.6em;
}
ul.nav a {
  text-decoration: none;
}

a {
  color: var(--accent-color);
  font-weight: bold;
  text-decoration: none;
}

button, input[type=submit], .btn {
  background-color: var(--accent-color);
  border-style: none;
  padding: 8px 15px;
  color: white;
  border-radius: 8px;
  font-size: 18px;
  font-weight: normal;
  font-family: inherit;
}

button:hover, input[type=submit]:hover, .btn:hover {
  background-color: #ea7559;
}

select {
  font-size: inherit;
  padding: 5px;
  border-radius: 10px;
}

input[type=text],
input[type=password],
input[type=number] {
  font-size: inherit;
}

