html {
  height: 100%;
}

body {
  font-size: 0.9rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

body > .container-fluid {
  flex: 1;
}

.table-truncate td {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-header {
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.badge {
  font-weight: 500;
}

#syncSpinner {
  display: none;
}
