body { margin: 0 0 50px; }

body, .form-control, .btn {
  font-size: 0.85rem;
}

h1 { font-size: 2.0rem; }

.table { font-size: 0.8rem; }
.table th, .table td { padding: 0.3rem; }

/* Menu */
.navbar form button { background: none; border: none; }

/* Typeahead */
.typeahead__container {
  /* Reset again */
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 0.85rem;
}

.typeahead__field .typeahead__hint,
.typeahead__field [contenteditable],
.typeahead__field input,
.typeahead__field textarea {
    border-radius: .25rem;
}

/* Forms */
textarea.form-control { height: 100px; }
