
#authenticated {
  display: none;
}

#not-authenticated {
  display: none;
}

.date-annotation {
  color: #07a;
}

#error {
  display: none;
}

#error,
#error h2 {
  color: #d5280f;
}
