/**
 * Update styles
 */
.update-results {
  margin-top: 3em;
  padding: 0.25em;
  border: 1px solid #ccc;
  background: #eee;
  font-size: smaller;
}
.update-results h2 {
  margin-top: 0.25em;
}
.update-results h4 {
  margin-bottom: 0.25em;
}
.update-results .none {
  color: #888;
  font-style: italic;
}
.update-results .failure strong {
  color: #b63300;
}
