<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p.applyalert {
  text-align: center;
  margin-top: 1em;
  font-size: .9em;
}

.dispNone {
  display: none;
}

.alert-success {
  background-color: lightgreen;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-danger {
  background-color: red;
  color: white;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}</pre></body></html>