/* Preserve newlines */

.preserve-newlines {
  white-space: pre-wrap;
}

/* More subtle link colors, used e.g. in the flight list */

a.subtle-link {
  color: #363636;
}
a.subtle-link:hover {
  color: #777;
}

/* Prevent line breaks in critical columns */

.no-wrap {
  white-space: nowrap;
}

/* Old */

.navbar-brand .navbar-item {
  margin-left: 8px;
}

.submitcontrols {
  margin-top: 48px;
}

p + .spaced-headers {
  margin-top: 24px;
}

.spaced-headers h3.title {
  margin-top: 48px;
}

footer {
  color: #777;
  font-size: 0.8em;
}

.formhint {
  color: #777;
  font-size: 0.8em;
}

.flash-container {
  margin-bottom: 24px;
}

div.control + label.checkbox {
  margin-top: 8px;
}

/* Bugfix for Bulma(?) bug: Addon of a field (e.g. "km" suffic for track length entry in flight
   form) doesn't have full height. */
.field.has-addons .control a.button {
  height: 100%;
}
