.save-state b {
  font-weight: 600;
}

.save-state.saving i {
  background: #e2a72e;
  animation: save-pulse .8s infinite alternate;
}

.save-state.error {
  color: #a43a3a;
}

.save-state.error i {
  background: #d94b4b;
}

@keyframes save-pulse {
  to { opacity: .35; }
}

.app-topbar .brand .app-version-label {
  display: block;
  margin-top: 1px;
  color: #777;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2px;
}
